Minor changes to alpheratz

This commit is contained in:
Ethan Simmons
2026-08-22 10:11:36 -05:00
parent 5d64abd097
commit 5db037c897
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -141,6 +141,7 @@
options = {
laptop = {
enable = true;
backlight.enable = true;
powersave.enable = true;
};
+1
View File
@@ -69,6 +69,7 @@
wine
matlab-language-server
zoom-us
calibre
];
services.printing.enable = false;
+6 -2
View File
@@ -131,8 +131,10 @@ in
"${modifier}+Control+x" = "exec feishin";
})
(mkIf laptop.backlight.enable {
"XF86MonBrightnessUp" = "exec ${pkgs.light}/bin/light -A 5";
"XF86MonBrightnessDown" = "exec ${pkgs.light}/bin/light -U 5";
"XF86MonBrightnessUp" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set +5%";
"XF86MonBrightnessDown" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set 5%-";
"${modifier}+XF86MonBrightnessUp" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set +1%";
"${modifier}+XF86MonBrightnessDown" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set 1%-";
})
];
@@ -145,6 +147,8 @@ in
{ command = "--no-startup-id openrgb --startminimized"; }
{ command = "--no-startup-id easyeffects --gapplication-service"; }
{ command = "--no-startup-id wayland-pipewire-idle-inhibit"; }
] ++ optionals gui.protonmail
[
{ command = "--no-startup-id protonmail-bridge --noninteractive"; }
];