summaryrefslogtreecommitdiffstats
path: root/lass/5pkgs/custom/xmonad-lass/default.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-04-21 17:17:42 +0200
committerlassulus <lassulus@lassul.us>2020-04-21 17:32:39 +0200
commit935552166a558002501494ab3eb358c86875b85b (patch)
tree7384e3a238409528764057d808f71e44ef04a6fd /lass/5pkgs/custom/xmonad-lass/default.nix
parent64021210df017291b234d128713c238789ca52ac (diff)
l xmonad: follow rename of urxvt pkg
Diffstat (limited to 'lass/5pkgs/custom/xmonad-lass/default.nix')
-rw-r--r--lass/5pkgs/custom/xmonad-lass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/5pkgs/custom/xmonad-lass/default.nix b/lass/5pkgs/custom/xmonad-lass/default.nix
index f9d73c13..e1c45598 100644
--- a/lass/5pkgs/custom/xmonad-lass/default.nix
+++ b/lass/5pkgs/custom/xmonad-lass/default.nix
@@ -56,7 +56,7 @@ instance UrgencyHook LibNotifyUrgencyHook where
safeSpawn "${pkgs.libnotify}/bin/notify-send" [show name, "workspace " ++ idx]
myTerm :: FilePath
-myTerm = "${pkgs.rxvt_unicode_with-plugins}/bin/urxvtc"
+myTerm = "${pkgs.rxvt_unicode-with-plugins}/bin/urxvtc"
myFont :: String
myFont = "-*-clean-*-*-*-*-*-*-*-*-*-*-iso10646-1"