diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-25 17:27:37 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-25 17:27:37 +0200 |
| commit | 066e6a954bda943ac77dc697199a2cfe5f4c6694 (patch) | |
| tree | dafea4098dd6fd3db1ae25d7e95b7c2a9d61fbcf /common/home/hyprland/default.nix | |
| parent | 70907774c1ce24446e09deb9858bcaca5c5b7463 (diff) | |
| parent | 8f02589b784f2130ec248fbcfdb24039cd728503 (diff) | |
Merge branch 'master' of https://git.nathanreiner.xyz/nix/system
Diffstat (limited to 'common/home/hyprland/default.nix')
| -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," |