firestar: Add xpadneo for 8bitdo support

This commit is contained in:
asonix 2024-05-11 15:00:48 -05:00
parent 83348256f3
commit 50694d6d9c

View file

@ -25,7 +25,7 @@
boot.initrd.luks.devices."luks-18cf6425-3540-4121-9313-dc3307d8f42a".device = "/dev/disk/by-uuid/18cf6425-3540-4121-9313-dc3307d8f42a";
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback xpadneo ];
boot.kernelPackages = pkgs.linuxPackages_latest;