modules: add fetchWallpaper
This commit is contained in:
parent
3cac8cc3b8
commit
03149e0a99
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue