diff --git a/roles/desktop/default.nix b/roles/desktop/default.nix index e4f7ce0..a8062f1 100644 --- a/roles/desktop/default.nix +++ b/roles/desktop/default.nix @@ -8,6 +8,7 @@ let basePackages = with pkgs; [ brightnessctl mangohud # Should probably get refactored with steam/gamescope out to a gaming role + protonup-qt ]; x11BasePackages = with pkgs; [ @@ -104,6 +105,9 @@ in gamescopeSession = { enable = true; }; + extraCompatPackages = with pkgs; [ + proton-ge-bin + ]; #package = pkgs.steam.override { #withJava = true; #withPrimus = true;