feat(myuser): add awakened-poe-trade

This commit is contained in:
oddlama 2024-01-13 22:47:24 +01:00
parent 5e3fc24985
commit 6d003dd499
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 17 additions and 9 deletions

View file

@ -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
];
}

View 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
];
}