l rxvt_unicode -> rxvt-unicode

This commit is contained in:
lassulus 2022-11-01 12:40:36 +01:00
parent 88a92eb27f
commit 3ca98455ef
5 changed files with 4 additions and 6 deletions

View File

@ -24,7 +24,7 @@ in {
restartIfChanged = false; restartIfChanged = false;
path = [ path = [
pkgs.rxvt_unicode.terminfo pkgs.rxvt-unicode-unwrapped.terminfo
]; ];
serviceConfig = { serviceConfig = {

View File

@ -78,7 +78,7 @@ in {
pavucontrol pavucontrol
ponymix ponymix
powertop powertop
rxvt_unicode-with-plugins rxvt-unicode
sshvnc sshvnc
sxiv sxiv
taskwarrior taskwarrior

View File

@ -34,7 +34,7 @@ in {
config = { ... }: { config = { ... }: {
environment.systemPackages = [ environment.systemPackages = [
pkgs.git pkgs.git
pkgs.rxvt_unicode.terminfo pkgs.rxvt-unicode-unwrapped.terminfo
]; ];
services.openssh.enable = true; services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [

View File

@ -98,7 +98,7 @@ with import <stockholm/lib>;
jq jq
#style #style
rxvt_unicode.terminfo rxvt-unicode-unwrapped.terminfo
#monitoring tools #monitoring tools
htop htop

View File

@ -63,8 +63,6 @@ instance UrgencyHook LibNotifyUrgencyHook where
safeSpawn "${pkgs.libnotify}/bin/notify-send" [show name, "workspace " ++ idx] safeSpawn "${pkgs.libnotify}/bin/notify-send" [show name, "workspace " ++ idx]
myTerm :: FilePath myTerm :: FilePath
-- myTerm = "${pkgs.rxvt_unicode-with-plugins}/bin/urxvtc -e /run/current-system/sw/bin/xonsh"
-- myTerm = "${pkgs.rxvt_unicode-with-plugins}/bin/urxvtc"
myTerm = "/run/current-system/sw/bin/alacritty" myTerm = "/run/current-system/sw/bin/alacritty"
myFont :: String myFont :: String