tv xmonad shell: use currentSystem in executable
This commit is contained in:
parent
bd4a4c2faa
commit
29d9070f04
|
@ -28,7 +28,7 @@ in
|
||||||
config.systemd.services.xmonad.environment.XMONAD_CACHE_DIR
|
config.systemd.services.xmonad.environment.XMONAD_CACHE_DIR
|
||||||
}
|
}
|
||||||
|
|
||||||
xmonad=$CACHEDIR/main
|
xmonad=$CACHEDIR/xmonad-${lib.currentSystem}
|
||||||
|
|
||||||
xmonad_build() {(
|
xmonad_build() {(
|
||||||
set -efu
|
set -efu
|
||||||
|
|
Loading…
Reference in a new issue