tv xmonad: find all paths

This commit is contained in:
tv 2018-12-02 14:52:25 +01:00
parent 29d9070f04
commit b9bd7a08b8
2 changed files with 3 additions and 2 deletions

View File

@ -99,6 +99,7 @@ in {
pkgs.fzmenu
pkgs.pulseaudioLight.out
pkgs.rxvt_unicode
"/run/wrappers" # for slock, and su
];
serviceConfig = {
SyslogIdentifier = "xmonad";

View File

@ -13,10 +13,10 @@ passmenu :: FilePath
passmenu = findExecutable "passmenu"
slock :: FilePath
slock = "/run/wrappers/bin/slock"
slock = findExecutable "slock"
su :: FilePath
su = "/run/wrappers/bin/su"
su = findExecutable "su"
urxvtc :: FilePath
urxvtc = findExecutable "urxvtc"