carbon: refactor carbon modules

This commit is contained in:
Primrose 2024-11-18 21:43:51 +01:00
parent f03b3e8c22
commit 03bf3d121a
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 110 additions and 105 deletions

View file

@ -0,0 +1,22 @@
{
hardware.keyboard.zsa.enable = true;
services.libinput = {
mouse = {
naturalScrolling = true;
accelSpeed = "-0.5";
};
touchpad = {
naturalScrolling = true;
tapping = false;
};
};
users.users.leana.extraGroups = [ "scanner" ];
hardware.sane = {
enable = true;
brscan5.enable = true;
};
}