refactor(nix/hm/price): only use username, not price@orion
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m20s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m20s
This commit is contained in:
parent
47047d8080
commit
0dfd47da32
@ -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; };
|
||||
|
Loading…
Reference in New Issue
Block a user