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