Fix laptop issues

This commit is contained in:
Paul-Henri Froidmont 2024-06-23 05:34:29 +02:00
parent 64e94d4ff8
commit 529dea61f8
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
10 changed files with 44 additions and 52 deletions

View file

@ -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 = { };
};