change powerSave module settings, add scripts to change power profile
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m31s

This commit is contained in:
2025-09-17 18:58:00 +02:00
parent fbc24916b5
commit 074dff48ca
10 changed files with 155 additions and 53 deletions

View File

@ -8,6 +8,7 @@
};
config = lib.mkIf config.mods.hyprland.enable {
wayland.windowManager.hyprland.systemd.variables = [ "--all" ];
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.settings = {
@ -144,12 +145,12 @@
color = "rgba(1a1a1aee)";
};
blur = {
enabled = true;
size = 3;
passes = 1;
vibrancy = 0.1696;
};
#blur = {
# enabled = true;
# size = 3;
# passes = 1;
# vibrancy = 0.1696;
#};
};
general = {