wallpaper

This commit is contained in:
2026-03-26 13:47:15 -05:00
parent c4bc1b155a
commit 9515a5d317
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,6 @@
let
inherit (lib.${namespace}) mkBoolOpt mkOpt;
cfg = config.${namespace}.desktop.plasma;
wallpaperCfg = config.${namespace}.wallpaper;
in
{
options.${namespace}.desktop.plasma = {

View File

@@ -94,6 +94,9 @@
hostSecretName = "macbook-pro-nixos";
};
};
wallpaper = {
enable = true;
};
};
nixpkgs.config.allowUnsupportedSystem = true;