1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

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 Jacob Osborne
parent b5a179e920
commit e45d68ede7

View File

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