diff options
Diffstat (limited to 'common/home/hyprland')
| -rw-r--r-- | common/home/hyprland/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index 9d9749f..0cef02b 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -1,6 +1,9 @@ { enable = true; - systemd.variables = [ "--all" ]; + systemd = { + enable = true; + variables = [ "--all" ]; + }; xwayland.enable = true; settings = { "$mod" = "SUPER"; @@ -8,6 +11,8 @@ "$mod+Shift, Return, exec, alacritty" "$mod+Shift, Q, exit" "$mod+Shift, B, exec, firefox" + "$mod+Shift, P, exec, wofi-pass" + "$mod+Shift, O, exec, wofi-pass otp" "$mod, Escape, exec, hyprlock" "$mod, Space, exec, wofi --show run" "$mod, C, killactive," |