diff options
author | lassulus <lass@aidsballs.de> | 2015-12-26 10:44:54 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-12-26 10:44:54 +0100 |
commit | 6733fa66b46f0d00b7016a92f4ef093ccb7b7a2b (patch) | |
tree | 13bca60f67491263bf027b2b1f09cf5b14b1c9c0 /krebs/3modules/realwallpaper.nix | |
parent | f55b44eb7cffbe0934785afd3a36001ba0713ad1 (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; }; |