From b91125a8407caba34a55dc6d2803f52794cd9a37 Mon Sep 17 00:00:00 2001 From: Uzair Mohammed Date: Sat, 28 Dec 2024 14:34:32 -0800 Subject: [PATCH] hyprland.nix: Fixed issue with keyboard layout config --- home/modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 9ea64e9..c026176 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -167,7 +167,7 @@ ]; input = { - kb_layout = us; + kb_layout = "us"; touchpad = { natural_scroll = true; scroll_factor = 0.4;