l 3 fetchWallpaper -> k 3 fetchWallpaper

This commit is contained in:
lassulus 2015-12-12 19:37:13 +01:00
parent 8bb93b93fd
commit 1b9a044b44
4 changed files with 4 additions and 4 deletions

View File

@ -12,6 +12,7 @@ let
./current.nix
./exim-retiolum.nix
./exim-smarthost.nix
./fetchWallpaper.nix
./github-hosts-sync.nix
./git.nix
./go.nix

View File

@ -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;
};

View File

@ -3,7 +3,7 @@
let
in {
lass.fetchWallpaper = {
krebs.fetchWallpaper = {
enable = true;
url = "echelon/wallpaper.png";
};

View File

@ -8,6 +8,5 @@ _:
./urxvtd.nix
./xresources.nix
./wordpress_nginx.nix
./fetchWallpaper.nix
];
}