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

@ -53,15 +53,4 @@ in
"class_i = 'fcitx'"
];
};
services.libinput = {
mouse = {
naturalScrolling = true;
accelSpeed = "-0.5";
};
touchpad = {
naturalScrolling = true;
tapping = false;
};
};
}