Configuration updates

This commit is contained in:
Henry Sipp
2025-06-28 23:47:34 -05:00
parent 7c9cc8e4f5
commit 3aa32810b6
4 changed files with 12 additions and 16 deletions
-13
View File
@@ -22,19 +22,6 @@ lib: {
default = {};
};
hyprland_assignments = lib.mkOption {
type = lib.types.attrs;
description = "A list of Hyprland assignments to set up window rules.";
default = {
"$terminal" = "alacritty";
"$fileManager" = "nautilus --new-window";
"$browser" = "chromium --new-window --ozone-platform=wayland";
"$music" = "spotify";
"$passwordManager" = "1password";
"$messenger" = "signal-desktop";
"$webapp" = "$browser --app";
};
};
quick_app_bindings = lib.mkOption {
type = lib.types.listOf lib.types.str;
description = "A list of single keystroke key bindings to launch common apps.";