flake: finally use hostname for macbook

This commit is contained in:
Zynh Ludwig 2024-07-21 12:53:43 -07:00
parent 7b4e304299
commit bc08b83283

View file

@ -94,7 +94,7 @@
./hosts/caveserver/home.nix
];
};
homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
homeConfigurations."zynh@little-lightning" = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."aarch64-darwin";
extraSpecialArgs = { inherit inputs; };