xpadneo instead
This commit is contained in:
parent
03be429e3b
commit
1818d37c28
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue