hmm hmm...

This commit is contained in:
Nox Sluijtman 2024-01-03 13:59:25 +01:00
parent 129debbdb1
commit e049b50338

View file

@ -8,9 +8,10 @@ in {
bqn.enable = mkEnableOption "Enables bqn layout";
touchpad.enableProperConfig = mkEnableOption "Enable the only correct touchpad settings";
touchpad = {
enableProperConfig = mkEnableOption "Enable the only correct touchpad settings";
touchpad.accelProfile = mkOption {
accelProfile = mkOption {
type = types.enum [ "flat" "adaptive" ];
default = "adaptive";
example = "flat";
@ -19,6 +20,8 @@ in {
'';
};
};
mouse.accelProfile = mkOption {
type = types.enum [ "flat" "adaptive" ];
default = "flat";