1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00
oddlama_nix-config/users/myuser/graphical/games/poe.nix

14 lines
236 B
Nix

{ pkgs, ... }:
{
home.persistence."/state".directories = [
".config/awakened-poe-trade"
];
home.persistence."/persist".directories = [
".local/share/pobfrontend"
];
home.packages = [
pkgs.path-of-building
];
}