hyprland.nix: Fixed issue with keyboard layout config
This commit is contained in:
parent
a7b22667b5
commit
b91125a840
@ -167,7 +167,7 @@
|
||||
];
|
||||
|
||||
input = {
|
||||
kb_layout = us;
|
||||
kb_layout = "us";
|
||||
touchpad = {
|
||||
natural_scroll = true;
|
||||
scroll_factor = 0.4;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user