From 6448d79416e4a9422c109896466d50d2c9c801db Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Aug 2016 11:43:01 +0200 Subject: try to inherit environment --- hel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hel.nix b/hel.nix index 16df3ef1..e67a522b 100644 --- a/hel.nix +++ b/hel.nix @@ -307,6 +307,7 @@ environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil"; systemd.services."slimlock@" = { + environment = system.services."display-manager".environment; serviceConfig = { Type = "simple"; User = "%I"; -- cgit v1.2.3