what
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user