Enable Xbox controller support

This commit is contained in:
Andreas Zweili 2024-02-20 21:40:24 +01:00
parent 482ba0ad43
commit cf54e4f700
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ in
enable = true;
powerOnBoot = true;
};
# Xbox Controller support
hardware.xpadneo.enable = true;
# Blueman applet
services.blueman.enable = true;