l rxvt_unicode -> rxvt-unicode
This commit is contained in:
parent
88a92eb27f
commit
3ca98455ef
@ -24,7 +24,7 @@ in {
|
||||
restartIfChanged = false;
|
||||
|
||||
path = [
|
||||
pkgs.rxvt_unicode.terminfo
|
||||
pkgs.rxvt-unicode-unwrapped.terminfo
|
||||
];
|
||||
|
||||
serviceConfig = {
|
||||
|
@ -78,7 +78,7 @@ in {
|
||||
pavucontrol
|
||||
ponymix
|
||||
powertop
|
||||
rxvt_unicode-with-plugins
|
||||
rxvt-unicode
|
||||
sshvnc
|
||||
sxiv
|
||||
taskwarrior
|
||||
|
@ -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 = [
|
||||
|
@ -98,7 +98,7 @@ with import <stockholm/lib>;
|
||||
jq
|
||||
|
||||
#style
|
||||
rxvt_unicode.terminfo
|
||||
rxvt-unicode-unwrapped.terminfo
|
||||
|
||||
#monitoring tools
|
||||
htop
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user