diff options
Diffstat (limited to 'tv/3modules/Xresources.nix')
-rw-r--r-- | tv/3modules/Xresources.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/Xresources.nix b/tv/3modules/Xresources.nix index ab233dd65..266531de9 100644 --- a/tv/3modules/Xresources.nix +++ b/tv/3modules/Xresources.nix @@ -1,4 +1,4 @@ -with import <stockholm/lib>; +with import ./lib; { config, pkgs, ... }: let cfg = { enable = config.services.xserver.enable && config.tv.Xresources != {}; |