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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/Xresources.nix b/tv/3modules/Xresources.nix
index ce7ac9ac..ab233dd6 100644
--- a/tv/3modules/Xresources.nix
+++ b/tv/3modules/Xresources.nix
@@ -1,7 +1,7 @@
with import <stockholm/lib>;
{ config, pkgs, ... }: let
cfg = {
- enable = config.tv.Xresources != {};
+ enable = config.services.xserver.enable && config.tv.Xresources != {};
user = config.krebs.build.user;
};
in {