We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d46888 commit c15357dCopy full SHA for c15357d
hosts/default.nix
@@ -22,6 +22,7 @@
22
../modules/configuration.nix
23
../modules/common/uefi.nix
24
../modules/common/laptop.nix
25
+ ../modules/common/xbox.nix
26
# ../apps/gnome/default.nix
27
../apps/docker/default.nix
28
../apps/steam/default.nix
modules/common/xbox.nix
@@ -0,0 +1,3 @@
1
+{
2
+ hardware.xpadneo.enable = true;
3
+}
0 commit comments