nixos/widnow-managers/xmonad: fix systemd identifier for xmonad
This commit is contained in:
parent
5834d78a20
commit
1390ed10e7
|
@ -86,7 +86,7 @@ in
|
||||||
${xmonadBin}
|
${xmonadBin}
|
||||||
waitPID=$!
|
waitPID=$!
|
||||||
'' else ''
|
'' else ''
|
||||||
${xmonad}/bin/xmonad &
|
systemd-cat -t xmonad ${xmonad}/bin/xmonad &
|
||||||
waitPID=$!
|
waitPID=$!
|
||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in New Issue