wallpaper
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
let
|
let
|
||||||
inherit (lib.${namespace}) mkBoolOpt mkOpt;
|
inherit (lib.${namespace}) mkBoolOpt mkOpt;
|
||||||
cfg = config.${namespace}.desktop.plasma;
|
cfg = config.${namespace}.desktop.plasma;
|
||||||
wallpaperCfg = config.${namespace}.wallpaper;
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.${namespace}.desktop.plasma = {
|
options.${namespace}.desktop.plasma = {
|
||||||
|
|||||||
@@ -94,6 +94,9 @@
|
|||||||
hostSecretName = "macbook-pro-nixos";
|
hostSecretName = "macbook-pro-nixos";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
wallpaper = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnsupportedSystem = true;
|
nixpkgs.config.allowUnsupportedSystem = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user