l 3 fetchWallpaper -> k 3 fetchWallpaper
This commit is contained in:
parent
8bb93b93fd
commit
1b9a044b44
@ -12,6 +12,7 @@ let
|
|||||||
./current.nix
|
./current.nix
|
||||||
./exim-retiolum.nix
|
./exim-retiolum.nix
|
||||||
./exim-smarthost.nix
|
./exim-smarthost.nix
|
||||||
|
./fetchWallpaper.nix
|
||||||
./github-hosts-sync.nix
|
./github-hosts-sync.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./go.nix
|
./go.nix
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.lass.fetchWallpaper;
|
cfg = config.krebs.fetchWallpaper;
|
||||||
|
|
||||||
out = {
|
out = {
|
||||||
options.lass.fetchWallpaper = api;
|
options.krebs.fetchWallpaper = api;
|
||||||
config = mkIf cfg.enable imp;
|
config = mkIf cfg.enable imp;
|
||||||
};
|
};
|
||||||
|
|
@ -3,7 +3,7 @@
|
|||||||
let
|
let
|
||||||
|
|
||||||
in {
|
in {
|
||||||
lass.fetchWallpaper = {
|
krebs.fetchWallpaper = {
|
||||||
enable = true;
|
enable = true;
|
||||||
url = "echelon/wallpaper.png";
|
url = "echelon/wallpaper.png";
|
||||||
};
|
};
|
||||||
|
@ -8,6 +8,5 @@ _:
|
|||||||
./urxvtd.nix
|
./urxvtd.nix
|
||||||
./xresources.nix
|
./xresources.nix
|
||||||
./wordpress_nginx.nix
|
./wordpress_nginx.nix
|
||||||
./fetchWallpaper.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user