diff --git a/os-mods/desktop/gaming.nix b/os-mods/desktop/gaming.nix index 666891d..736305d 100644 --- a/os-mods/desktop/gaming.nix +++ b/os-mods/desktop/gaming.nix @@ -33,6 +33,10 @@ programs.xwayland.enable = true; programs.gamescope.enable = true; + environment.systemPackages = with pkgs; [ + protonup-qt + ]; + # hardware.xone.enable = true; # USB only, not needed ATM, and incompatible with recent kernels, bluetooth FTW hardware.xpadneo.enable = true; # Wireless hardware.bluetooth.enable = true;