tv Xresources: start after xmonad
This commit is contained in:
parent
e48a8c8bea
commit
1b17a8dd03
@ -21,8 +21,7 @@ in {
|
||||
});
|
||||
systemd.services.${if cfg.enable then "Xresources" else null} = {
|
||||
wantedBy = [ "graphical.target" ];
|
||||
after = [ "xserver.service" ];
|
||||
requires = [ "xserver.service" ];
|
||||
after = [ "xmonad.service" ];
|
||||
environment = {
|
||||
DISPLAY = ":${toString config.services.xserver.display}";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user