common/pc: remove libinput.enable

Has been default in nixpkgs for a long time now.
This commit is contained in:
K900 2024-04-10 17:05:24 +03:00 committed by mergify[bot]
parent 805adee81c
commit 79a20e2ac0
1 changed files with 0 additions and 2 deletions

View File

@ -4,6 +4,4 @@
boot.blacklistedKernelModules = lib.optionals (!config.hardware.enableRedistributableFirmware) [
"ath3k"
];
services.xserver.libinput.enable = lib.mkDefault true;
}