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