forked from mirrors_public/oddlama_nix-config
feat: add impermanence path for Path Of Building
This commit is contained in:
parent
1275d813c8
commit
fe9ded7d17
3 changed files with 11 additions and 3 deletions
10
users/myuser/graphical/games/default.nix
Normal file
10
users/myuser/graphical/games/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
imports = [
|
||||
./minecraft.nix
|
||||
./bottles.nix
|
||||
];
|
||||
|
||||
home.persistence."/persist".directories = [
|
||||
".local/share/pobfrontend" # Path of Building
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue