hyprland.nix: Fixed issue with keyboard layout config

This commit is contained in:
uzy lol 2024-12-28 14:34:32 -08:00
parent a7b22667b5
commit b91125a840

View File

@ -167,7 +167,7 @@
];
input = {
kb_layout = us;
kb_layout = "us";
touchpad = {
natural_scroll = true;
scroll_factor = 0.4;