This commit is contained in:
parent
6e3b5d3321
commit
eaf94d8277
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ mkIf osConfig.programs.hyprland.enable {
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
kb_options = "compose:caps";
|
kb_options = "compose:caps";
|
||||||
kb_layout = osConfig.console.keyMap;
|
kb_layout = osConfig.console.keyMap;
|
||||||
natural_scroll = true;
|
touchpad = {
|
||||||
|
natural_scroll = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue