summaryrefslogtreecommitdiffstats
path: root/hyprland/hyprland.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-11-08 13:32:13 -0500
committerAndrew <admonty1@protonmail.com>2025-11-08 13:32:13 -0500
commit0f94e226637a238d33f7c6e5b359b6b65f733a70 (patch)
treef96247b83017df08a7561b4543129e347c0b84a2 /hyprland/hyprland.nix
parenttodo (diff)
downloadnixos-0f94e226637a238d33f7c6e5b359b6b65f733a70.tar.gz
nixos-0f94e226637a238d33f7c6e5b359b6b65f733a70.tar.bz2
nixos-0f94e226637a238d33f7c6e5b359b6b65f733a70.zip
dotfile managment
Diffstat (limited to '')
-rw-r--r--hyprland/hyprland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix
index ef7e70e..4fabdd4 100644
--- a/hyprland/hyprland.nix
+++ b/hyprland/hyprland.nix
@@ -64,7 +64,7 @@
];
input = {
kb_layout = "us";
- kb_options = "caps:escape,altwin:swap_lalt_lwin";
+ kb_options = "caps:escape_shifted_capslock,altwin:swap_lalt_lwin";
numlock_by_default = true;
};