Fix laptop issues
This commit is contained in:
parent
64e94d4ff8
commit
529dea61f8
10 changed files with 44 additions and 52 deletions
|
|
@ -60,7 +60,7 @@ in {
|
|||
kb_options = "caps:escape";
|
||||
numlock_by_default = "true";
|
||||
touchpad = {
|
||||
natural_scroll = true;
|
||||
natural_scroll = false;
|
||||
disable_while_typing = true;
|
||||
tap-to-click = false;
|
||||
middle_button_emulation = false;
|
||||
|
|
@ -375,6 +375,8 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue