Skip to content

Commit

Permalink
fix: add protontricks for gamescopeless hdr
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 3, 2024
1 parent ae25232 commit bf5a782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/personalities/desktop/gaming.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
capSysNice = false;
package = pkgs.gamescope_git;
};
environment.systemPackages = [ pkgs.vulkan-tools pkgs.amdgpu_top ];
environment.systemPackages = [ pkgs.protontricks pkgs.vulkan-tools pkgs.amdgpu_top ];
programs.gamemode = {
enable = true;
settings = {
Expand Down

0 comments on commit bf5a782

Please sign in to comment.