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 ./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

View File

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

View File

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

View File

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