diff options
author | makefu <github@syntax-fehler.de> | 2015-12-26 10:51:18 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-26 10:51:18 +0100 |
commit | ed4db71add7e279625e70be915b0cec47eb6be3e (patch) | |
tree | 195624e743f9e5e6bcc7c2ad2f5c66b00c08a3d7 /krebs/3modules/realwallpaper.nix | |
parent | cef2be532b0cc76071b0b3515fc71214b37591f0 (diff) | |
parent | 763f0db52ad45eef6e09d7982cd0f6cd898857e3 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'krebs/3modules/realwallpaper.nix')
-rw-r--r-- | krebs/3modules/realwallpaper.nix | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix index 7e02538f5..b377368f7 100644 --- a/krebs/3modules/realwallpaper.nix +++ b/krebs/3modules/realwallpaper.nix @@ -1,13 +1,7 @@ arg@{ config, lib, pkgs, ... }: +with lib; let - inherit (lib) - mkEnableOption - mkOption - types - mkIf - ; - cfg = config.krebs.realwallpaper; out = { @@ -89,7 +83,7 @@ let }; users.extraUsers.realwallpaper = { - uid = 2009435407; #genid realwallpaper + uid = genid "realwallpaper"; home = cfg.workingDir; createHome = true; }; |