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 = [
|
imports = [
|
||||||
./minecraft.nix
|
./minecraft.nix
|
||||||
./bottles.nix
|
./bottles.nix
|
||||||
];
|
./poe.nix
|
||||||
|
|
||||||
home.persistence."/persist".directories = [
|
|
||||||
".local/share/pobfrontend" # Path of Building
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = [
|
|
||||||
pkgs.awakened-poe-trade
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
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
|
||||||
|
];
|
||||||
|
}
|
|
@ -149,6 +149,7 @@ in {
|
||||||
|
|
||||||
floating.criteria = [
|
floating.criteria = [
|
||||||
{class = "^Pavucontrol$";}
|
{class = "^Pavucontrol$";}
|
||||||
|
#{class = "^awakened-poe-trade$";}
|
||||||
];
|
];
|
||||||
|
|
||||||
assigns = {
|
assigns = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue