move realwallpaper to krebs 3
This commit is contained in:
parent
7c8ea4a87b
commit
cf28831057
@ -14,6 +14,7 @@ let
|
||||
./iptables.nix
|
||||
./nginx.nix
|
||||
./Reaktor.nix
|
||||
./realwallpaper.nix
|
||||
./retiolum.nix
|
||||
./urlwatch.nix
|
||||
];
|
||||
|
@ -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";
|
||||
};
|
||||
};
|
@ -3,6 +3,5 @@ _:
|
||||
{
|
||||
imports = [
|
||||
./xresources.nix
|
||||
./realwallpaper.nix
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user