mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(myuser): add awakened-poe-trade
This commit is contained in:
parent
5e3fc24985
commit
6d003dd499
3 changed files with 17 additions and 9 deletions
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