tv xmonad shell: use currentSystem in executable

This commit is contained in:
tv 2018-12-02 14:51:35 +01:00
parent bd4a4c2faa
commit 29d9070f04

View File

@ -28,7 +28,7 @@ in
config.systemd.services.xmonad.environment.XMONAD_CACHE_DIR
}
xmonad=$CACHEDIR/main
xmonad=$CACHEDIR/xmonad-${lib.currentSystem}
xmonad_build() {(
set -efu