diff options
author | tzlil <tzlils@protonmail.com> | 2023-07-20 16:16:58 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-07-20 16:16:58 +0300 |
commit | 13b630f31bf2bba22eb81531efae78cc334b76d3 (patch) | |
tree | ae8692a5b9a0b9c50fb40dc5bdf991a320526dd2 /hosts/laptop | |
parent | 5d01fd8493a120fc714e9adaf758367340e57526 (diff) |
uhh a bunch of crap idk terraria
Diffstat (limited to 'hosts/laptop')
-rw-r--r-- | hosts/laptop/cfg.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index 4e2f843..ab372c2 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -108,6 +108,12 @@ group = "users"; } { + directory = "/home/tzlil/.local/share/Terraria"; + user = "tzlil"; + group = "users"; + } + + { directory = "/home/tzlil/.local/share/Steam"; user = "tzlil"; group = "users"; |