all repos — nixfiles @ 5fd55909a7ee086d7f7aaa84628e46e1aa389795

System and user configuration, managed by nix and home-manager

Rename home-manager flake outputs to be automatically chosen

Alan Pearce
commit

5fd55909a7ee086d7f7aaa84628e46e1aa389795

parent

628ecc905b8f61033263d678fa43f9a68c9956e0

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M flake.nixflake.nix
@@ -31,11 +31,11 @@ system = darwinSystem;
specialArgs = attrs; modules = [ ./system/mba.nix ]; }; - homeConfigurations.mba= home-manager.lib.homeManagerConfiguration { + homeConfigurations."alan@mba" = home-manager.lib.homeManagerConfiguration { pkgs = darwinPkgs; modules = [ ./user/mba.nix (secrets + "/default.nix") ]; }; - homeConfigurations.prefect= home-manager.lib.homeManagerConfiguration { + homeConfigurations."alan@prefect" = home-manager.lib.homeManagerConfiguration { pkgs = nixosPkgs; modules = [ ./user/prefect.nix (secrets + "/default.nix") ]; };