Standardize formatting
This commit is contained in:
parent
517b0a5981
commit
986a8dd01a
6 changed files with 31 additions and 23 deletions
|
@ -8,11 +8,13 @@
|
|||
steam
|
||||
steam-run-free
|
||||
];
|
||||
persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories = with lib; with config.home; with config.xdg; [
|
||||
"games/${removePrefix "${homeDirectory}/" configHome}/heroic"
|
||||
"games/${removePrefix "${homeDirectory}/" dataHome}/PrismLauncher"
|
||||
"games/${removePrefix "${homeDirectory}/" dataHome}/Steam"
|
||||
];
|
||||
persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =
|
||||
with lib; with config.home; with config.xdg; [
|
||||
"games/${removePrefix "${homeDirectory}/" configHome}/heroic"
|
||||
"games/${removePrefix "${homeDirectory}/" dataHome}/PrismLauncher"
|
||||
"games/${removePrefix "${homeDirectory}/" dataHome}/Steam"
|
||||
"games/.steam"
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.allowUnfreePackages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue