Attempt a Steam fix?
This commit is contained in:
parent
fca8a0e7e4
commit
aee7a6b8c8
1 changed files with 5 additions and 3 deletions
|
@ -8,13 +8,15 @@
|
||||||
steam
|
steam
|
||||||
steam-run-free
|
steam-run-free
|
||||||
];
|
];
|
||||||
persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =
|
persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}" =
|
||||||
with lib; with config.home; with config.xdg; [
|
with lib; with config.home; with config.xdg; {
|
||||||
|
directories = [
|
||||||
"games/${removePrefix "${homeDirectory}/" configHome}/heroic"
|
"games/${removePrefix "${homeDirectory}/" configHome}/heroic"
|
||||||
"games/${removePrefix "${homeDirectory}/" dataHome}/PrismLauncher"
|
"games/${removePrefix "${homeDirectory}/" dataHome}/PrismLauncher"
|
||||||
"games/${removePrefix "${homeDirectory}/" dataHome}/Steam"
|
"games/${removePrefix "${homeDirectory}/" dataHome}/Steam"
|
||||||
"games/.steam"
|
|
||||||
];
|
];
|
||||||
|
files = [ "games/.steam/registry.vdf" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.allowUnfreePackages = [
|
nixpkgs.allowUnfreePackages = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue