Added Bosto Touchpad Support

This commit is contained in:
kB01 2025-02-24 11:55:43 +01:00
parent 18a5bde462
commit 222d102e4b
No known key found for this signature in database

View file

@ -35,5 +35,7 @@ in {
# Misc
networking.useDHCP = lib.mkDefault true;
hardware.bosto-touchpad.enable = true;
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}