Remove activity-watcher and add Gamepad support

This commit is contained in:
zuma 2025-05-07 14:32:00 +02:00
parent 416b46e04c
commit f145684e16
4 changed files with 26 additions and 8 deletions

View file

@ -9,7 +9,7 @@
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.initrd.kernelModules = [ "usbhid" "joydev" "xpad" ]; # usbhid, joydev and xpad are needed in order to use controllers (mine is a PS3 dualshock)
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];