From 0dfd47da3225f53b23a1881fbe6d549f0d7b9052 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 25 May 2024 04:22:11 +0000 Subject: [PATCH] refactor(nix/hm/price): only use username, not price@orion --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };