move wacom out of default system
This commit is contained in:
parent
c4743d8035
commit
ad7baafe11
|
|
@ -14,4 +14,5 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "podman"];
|
extraGroups = ["wheel" "podman"];
|
||||||
};
|
};
|
||||||
|
services.xserver.wacom.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,4 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
mouse.accelProfile = "flat";
|
mouse.accelProfile = "flat";
|
||||||
};
|
};
|
||||||
services.xserver.wacom.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue