mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
common/pc: remove libinput.enable
Has been default in nixpkgs for a long time now.
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user