forked from mirrors_public/oddlama_nix-config
feat: add awakened-poe-trade
This commit is contained in:
parent
fe9ded7d17
commit
5e3fc24985
4 changed files with 58 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./minecraft.nix
|
||||
./bottles.nix
|
||||
|
@ -7,4 +7,8 @@
|
|||
home.persistence."/persist".directories = [
|
||||
".local/share/pobfrontend" # Path of Building
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.awakened-poe-trade
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue