feat(gaming): restructure configuration

This commit is contained in:
Felix Schröter 2023-07-22 15:06:19 +02:00
parent 5928e539fb
commit f0d09a9d28
Signed by: felschr
GPG key ID: 671E39E6744C807D
5 changed files with 20 additions and 32 deletions

6
hardware/xbox.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
hardware.xone.enable = true;
hardware.xpadneo.enable = true;
}