modules: add fetchWallpaper

This commit is contained in:
makefu 2024-01-15 22:36:21 +01:00
parent 3cac8cc3b8
commit 03149e0a99
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ _:
{ {
imports = [ imports = [
./bump-distrowatch.nix ./bump-distrowatch.nix
./fetchWallpaper.nix
./deluge.nix ./deluge.nix
./etherpad.nix ./etherpad.nix
./forward-journal.nix ./forward-journal.nix

View file

@ -14,7 +14,7 @@ let
''; '';
in { in {
options.lass.fetchWallpaper = { options.krebs.fetchWallpaper = {
enable = lib.mkEnableOption "fetch wallpaper"; enable = lib.mkEnableOption "fetch wallpaper";
url = lib.mkOption { url = lib.mkOption {
type = lib.types.str; type = lib.types.str;