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