summaryrefslogtreecommitdiff
path: root/common/home/hyprland/default.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-25 17:27:37 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-25 17:27:37 +0200
commit066e6a954bda943ac77dc697199a2cfe5f4c6694 (patch)
treedafea4098dd6fd3db1ae25d7e95b7c2a9d61fbcf /common/home/hyprland/default.nix
parent70907774c1ce24446e09deb9858bcaca5c5b7463 (diff)
parent8f02589b784f2130ec248fbcfdb24039cd728503 (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.nix7
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,"