move realwallpaper to krebs 3

This commit is contained in:
lassulus 2015-10-05 14:49:36 +02:00
parent 7c8ea4a87b
commit cf28831057
3 changed files with 4 additions and 6 deletions

View File

@ -14,6 +14,7 @@ let
./iptables.nix
./nginx.nix
./Reaktor.nix
./realwallpaper.nix
./retiolum.nix
./urlwatch.nix
];

View File

@ -8,12 +8,10 @@ let
mkIf
;
lpkgs = import ../5pkgs { inherit pkgs; };
cfg = config.lass.realwallpaper;
cfg = config.krebs.realwallpaper;
out = {
options.lass.realwallpaper = api;
options.krebs.realwallpaper = api;
config = mkIf cfg.enable imp;
};
@ -85,7 +83,7 @@ let
serviceConfig = {
Type = "simple";
ExecStart = "${lpkgs.realwallpaper}/realwallpaper.sh";
ExecStart = "${pkgs.realwallpaper}/realwallpaper.sh";
User = "realwallpaper";
};
};

View File

@ -3,6 +3,5 @@ _:
{
imports = [
./xresources.nix
./realwallpaper.nix
];
}