From aeacf707482711fe8bd6c88b2e4625f02a0ac2df Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Tue, 6 Aug 2024 23:45:09 +0200 Subject: [PATCH] Add xbone controller --- os-mods/desktop/gaming.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os-mods/desktop/gaming.nix b/os-mods/desktop/gaming.nix index f334db8..7ba6f22 100644 --- a/os-mods/desktop/gaming.nix +++ b/os-mods/desktop/gaming.nix @@ -30,4 +30,6 @@ chaotic.steam.extraCompatPackages = with pkgs; [ proton-ge-custom ]; + hardware.xone.enable = true; # USB + hardware.xpadneo.enable = true; # Wireless }