parent
fb5d4d46f8
commit
6cb66d86d2
153 changed files with 2078 additions and 3094 deletions
12
overlays/steam.nix
Normal file
12
overlays/steam.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }: final: prev: {
|
||||
steam = prev.steam.override {
|
||||
extraBwrapArgs = [
|
||||
"--bind $HOME/.local/share/steam_home $HOME"
|
||||
"--unsetenv XDG_CACHE_HOME"
|
||||
"--unsetenv XDG_CONFIG_HOME"
|
||||
"--unsetenv XDG_DATA_HOME"
|
||||
"--unsetenv XDG_STATE_HOME"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue