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 = {
enable = true;
mode = "constant";
mode = "automatic";
temperature = {
day = 6500;
night = 3500;

View File

@@ -24,6 +24,12 @@ 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 (