From caa6777f6f474ce509618c69ad04c58a5a28b680 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sun, 16 Feb 2025 09:55:07 -0300 Subject: [PATCH] feat: xbox controller support --- hosts/battleship/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index 09d0ef2..80ac668 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -30,10 +30,14 @@ proton-ge-bin ]; + # Xbox Controller driver + hardware.xone.enable = true; + nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam" "steam-unwrapped" + "xow_dongle-firmware" ]; # OpenTabletDriver