diff --git a/nixos/games.nix b/nixos/games.nix index 472ee170..519ddcff 100644 --- a/nixos/games.nix +++ b/nixos/games.nix @@ -1,7 +1,12 @@ { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ - # steam + steam + heroic ]; - boot.extraModulePackages = with pkgs; [ xboxdrv ]; + boot.extraModulePackages = with pkgs; [ + xboxdrv + ]; + # hardware.xpadneo.enable = true; + hardware.xone.enable = true; }