diff --git a/flake.nix b/flake.nix index 3aa41178..50f50499 100644 --- a/flake.nix +++ b/flake.nix @@ -102,7 +102,7 @@ formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style); packages = forAllSystems (pkgs: import ./pkgs pkgs); homeConfigurations = builtins.mapAttrs (mkHomeCfg) { - "price@orion" = ./users/price/home.nix; + "price" = ./users/price/home.nix; "sam" = ./users/sam/home.nix; }; overlays = import ./overlays { inherit inputs; };