Files
nixos/hyprland/hypr/programs.nix

14 lines
463 B
Nix
Raw Normal View History

2026-04-08 17:50:06 +02:00
{
colorPicker = "hyprpicker --autocopy";
fileManager = "nautilus";
fileManagerTUI = "kitty -e ranger";
floatingModeToggle = "htt ~/.cache/htt/rules";
lockScreen = "hyprlock";
menu = "fuzzel";
passwordManager = "pass-autotype";
2026-04-09 23:25:45 +02:00
powerMenu = "bash ~/.config/hypr/hyprland/scripts/powermenu.sh";
screenshot = "bash ~/.config/hypr/hyprland/scripts/screenshot.sh";
2026-04-08 17:50:06 +02:00
terminal = "kitty";
2026-04-09 23:25:45 +02:00
themeSwitcher = "bash ~/.config/hypr/hyprland/scripts/themeswitch.sh";
2026-04-08 17:50:06 +02:00
}