l 2 xserver: disable autorestarting of xmonad
This commit is contained in:
parent
fde8731ad1
commit
a973f194b8
|
@ -49,7 +49,7 @@ let
|
|||
services.xserver.enable = true;
|
||||
|
||||
systemd.services.xmonad = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
#wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "xserver.service" ];
|
||||
environment = xmonad-environment;
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue