common/pc: remove libinput.enable
Has been default in nixpkgs for a long time now.
This commit is contained in:
parent
805adee81c
commit
79a20e2ac0
|
@ -4,6 +4,4 @@
|
||||||
boot.blacklistedKernelModules = lib.optionals (!config.hardware.enableRedistributableFirmware) [
|
boot.blacklistedKernelModules = lib.optionals (!config.hardware.enableRedistributableFirmware) [
|
||||||
"ath3k"
|
"ath3k"
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.libinput.enable = lib.mkDefault true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue