refactor(nix/hm/price): only use username, not price@orion
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m20s

This commit is contained in:
Price Hiller 2024-05-25 04:22:11 +00:00
parent 47047d8080
commit 0dfd47da32
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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; };