summaryrefslogtreecommitdiffstats
path: root/tv/3modules/Xresources.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/3modules/Xresources.nix')
-rw-r--r--tv/3modules/Xresources.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/3modules/Xresources.nix b/tv/3modules/Xresources.nix
index 983b8bc2..ce7ac9ac 100644
--- a/tv/3modules/Xresources.nix
+++ b/tv/3modules/Xresources.nix
@@ -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}";
};