This commit is contained in:
2026-03-26 12:51:41 -05:00
parent c15f0b0f0b
commit c4bc1b155a
2 changed files with 7 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ in
}; };
nightLight = { nightLight = {
enable = true; enable = true;
mode = "constant"; mode = "automatic";
temperature = { temperature = {
day = 6500; day = 6500;
night = 3500; night = 3500;

View File

@@ -24,6 +24,12 @@ in
"nasa" "nasa"
]) "bing" "Source for the wallpaper (bing or nasa)"; ]) "bing" "Source for the wallpaper (bing or nasa)";
}; };
xdg.portal.extraPortals = [ ];
environment.systemPackages = with pkgs; [
kdePackages.kdeplasma-addons
];
}; };
config = lib.mkIf cfg.enable ( config = lib.mkIf cfg.enable (