refactor: decouple 'andromache' home config from 'astyanax'

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent 926a2def67
commit 7dab619256
3 changed files with 64 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ in
home-manager.enable = true;
};
home.packages = import ./packages.nix {
home.packages = import ../packages.nix {
inherit pkgs;
inherit config;
};