This commit is contained in:
2026-03-26 20:26:31 -05:00
parent 979344917e
commit 53489fe173
9 changed files with 108 additions and 18 deletions

View File

@@ -23,12 +23,6 @@ in
"nasa"
]) "bing" "Source for the wallpaper (bing or nasa)";
};
xdg.portal.extraPortals = [ ];
environment.systemPackages = with pkgs; [
kdePackages.kdeplasma-addons
];
};
config = lib.mkIf cfg.enable (
@@ -44,6 +38,10 @@ in
};
xdg.portal.extraPortals = [ ];
environment.systemPackages = with pkgs; [
kdePackages.kdeplasma-addons
];
}
# Wallpaper management: wire the shared wallpaper module in when requested.