Files
nixos/hyprland/hypr/programs.nix

14 lines
448 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";
powerMenu = "~/.config/hypr/hyprland/scripts/powermenu.sh";
screenshot = "~/.config/hypr/hyprland/scripts/screenshot.sh";
terminal = "kitty";
themeSwitcher = "~/.config/hypr/hyprland/scripts/themeswitch.sh";
}