summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xserver/xserver.conf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/2configs/xserver/xserver.conf.nix')
-rw-r--r--tv/2configs/xserver/xserver.conf.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/tv/2configs/xserver/xserver.conf.nix b/tv/2configs/xserver/xserver.conf.nix
index 99038e5f..3fdfebf1 100644
--- a/tv/2configs/xserver/xserver.conf.nix
+++ b/tv/2configs/xserver/xserver.conf.nix
@@ -1,6 +1,5 @@
-{ config, lib, pkgs, ... }:
-
-with import <stockholm/lib>;
+with import ./lib;
+{ config, pkgs, ... }:
let
cfg = config.services.xserver;