home-manager phoenix?

This commit is contained in:
andromeda
2026-01-03 14:17:32 +01:00
parent 5152bc6c47
commit 58076ab05e
2 changed files with 9 additions and 2 deletions

View File

@@ -56,7 +56,6 @@
./secrets.nix
impermanence.nixosModules.impermanence
agenix.nixosModules.default
# phoenix.nixosModules.default
];
};
configurationWithHomeManager = machine: (configuration machine
@@ -66,6 +65,7 @@
nixpkgs.overlays = [
agenix.overlays.default
nur.overlays.default
phoenix.overlays.default
];
home-manager.useGlobalPkgs = true;
home-manager.extraSpecialArgs = {inherit machine;};