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;
path = [
pkgs.rxvt_unicode.terminfo
pkgs.rxvt-unicode-unwrapped.terminfo
];
serviceConfig = {

View File

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

View File

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

View File

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

View File

@ -63,8 +63,6 @@ instance UrgencyHook LibNotifyUrgencyHook where
safeSpawn "${pkgs.libnotify}/bin/notify-send" [show name, "workspace " ++ idx]
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"
myFont :: String