xpadneo instead

This commit is contained in:
baduhai 2022-12-10 18:42:15 -03:00
parent 03be429e3b
commit 1818d37c28
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,6 @@
initrd.systemd.enable = true;
loader.efi.efiSysMountPoint = "/boot/efi";
kernelPackages = pkgs.linuxPackages_xanmod_latest;
extraModprobeConfig = "options bluetooth disable_ertm=1";
kernelModules = [
"i2c-dev" # Required for arduino dev
"i2c-piix4" # Required for arduino dev

View file

@ -2,10 +2,11 @@
{
hardware = {
xpadneo.enable = true;
bluetooth.enable = true;
opengl.driSupport32Bit = true; # For OpenGL games
steam-hardware.enable = true; # Allow steam client to manage controllers
pulseaudio.enable = false; # Use pipewire instead
steam-hardware.enable = true; # Allow steam client to manage controllers
opengl.driSupport32Bit = true; # For OpenGL games
};
sound.enable = true;