modules: add fetchWallpaper
This commit is contained in:
parent
3cac8cc3b8
commit
03149e0a99
|
@ -3,6 +3,7 @@ _:
|
|||
{
|
||||
imports = [
|
||||
./bump-distrowatch.nix
|
||||
./fetchWallpaper.nix
|
||||
./deluge.nix
|
||||
./etherpad.nix
|
||||
./forward-journal.nix
|
||||
|
|
|
@ -14,7 +14,7 @@ let
|
|||
'';
|
||||
|
||||
in {
|
||||
options.lass.fetchWallpaper = {
|
||||
options.krebs.fetchWallpaper = {
|
||||
enable = lib.mkEnableOption "fetch wallpaper";
|
||||
url = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
|
|
Loading…
Reference in a new issue