forked from mirrors_public/oddlama_nix-config
feat(myuser): add awakened-poe-trade
This commit is contained in:
parent
5e3fc24985
commit
6d003dd499
3 changed files with 17 additions and 9 deletions
|
@ -1,14 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
imports = [
|
||||
./minecraft.nix
|
||||
./bottles.nix
|
||||
];
|
||||
|
||||
home.persistence."/persist".directories = [
|
||||
".local/share/pobfrontend" # Path of Building
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.awakened-poe-trade
|
||||
./poe.nix
|
||||
];
|
||||
}
|
||||
|
|
14
users/myuser/graphical/games/poe.nix
Normal file
14
users/myuser/graphical/games/poe.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
home.persistence."/state".directories = [
|
||||
".config/awakened-poe-trade"
|
||||
];
|
||||
|
||||
home.persistence."/persist".directories = [
|
||||
".local/share/pobfrontend"
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.awakened-poe-trade
|
||||
pkgs.path-of-building
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue