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