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 ./iptables.nix
./nginx.nix ./nginx.nix
./Reaktor.nix ./Reaktor.nix
./realwallpaper.nix
./retiolum.nix ./retiolum.nix
./urlwatch.nix ./urlwatch.nix
]; ];

View File

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

View File

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