hosts/dunamis/users/user/programs.nix: remove vial

hosts/sarien/users/user/flatpak.nix: use dunamis flatpak
modules/home/desktop/niri/default.nix: add coffee bind

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-31 23:10:55 +03:00
parent 86b77311f5
commit 4c5c44afaa
3 changed files with 4 additions and 101 deletions

View File

@ -583,6 +583,7 @@ in {
XF86AudioPrev allow-when-locked=true { spawn "playerctl" "previous"; }
XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; }
XF86ScreenSaver allow-when-locked=true { spawn "${lockscreen}"; }
XF86MonBrightnessUp allow-when-locked=true { spawn "brightnessctl" "s" "5%+"; }
XF86MonBrightnessDown allow-when-locked=true { spawn "brightnessctl" "s" "5%-"; }
Alt+XF86MonBrightnessUp allow-when-locked=true { spawn "brightnessctl" "s" "5%+" "-d" "${keyboard}::kbd_backlight"; }