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
|
@ -1 +0,0 @@
|
||||||
globals = { "vim" }
|
|
|
@ -20,8 +20,7 @@
|
||||||
./i3.nix
|
./i3.nix
|
||||||
]
|
]
|
||||||
++ lib.optionals nixosConfig.graphical.gaming.enable [
|
++ lib.optionals nixosConfig.graphical.gaming.enable [
|
||||||
./games/bottles.nix
|
./games
|
||||||
./games/minecraft.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
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