diff options
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 1 | ||||
| -rw-r--r-- | hyprland/binds.nix | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -57,6 +57,7 @@ hyprpicker wl-clipboard wev + obs-studio # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of diff --git a/hyprland/binds.nix b/hyprland/binds.nix index e8745f3..a73016b 100644 --- a/hyprland/binds.nix +++ b/hyprland/binds.nix @@ -55,7 +55,7 @@ in "$mod SHIFT, k, movewindow, u" "$mod SHIFT, j, movewindow, d" - + "$mod, d, exec, ghostty" "$mod, b, exec, brave" |
