what
This commit is contained in:
@@ -50,7 +50,7 @@ in
|
||||
};
|
||||
nightLight = {
|
||||
enable = true;
|
||||
mode = "constant";
|
||||
mode = "automatic";
|
||||
temperature = {
|
||||
day = 6500;
|
||||
night = 3500;
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user