diff options
author | lassulus <lassulus@lassul.us> | 2020-04-21 17:17:42 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-04-21 17:32:39 +0200 |
commit | 935552166a558002501494ab3eb358c86875b85b (patch) | |
tree | 7384e3a238409528764057d808f71e44ef04a6fd /lass/5pkgs | |
parent | 64021210df017291b234d128713c238789ca52ac (diff) |
l xmonad: follow rename of urxvt pkg
Diffstat (limited to 'lass/5pkgs')
-rw-r--r-- | lass/5pkgs/custom/xmonad-lass/default.nix | 2 |
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 f9d73c139..e1c45598f 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" |