added protonup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ pkgs, … }:
|
||||
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
protonup
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS =
|
||||
”\\\${HOME}/.steam/root/compatibilitytools.d”;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user