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