Price Hiller
34a6716d16
We setup a custom `steam.desktop` entry for our applications that makes Steam run on the Nvidia graphics card. As a consequence, all processes launched by steam will likewise offload their graphical rendering to the discrete graphics card as well.
5 lines
93 B
Nix
5 lines
93 B
Nix
{ ... }:
|
|
{
|
|
home.file.".local/share/applications/steam.desktop".source = ./steam.desktop;
|
|
}
|