diff --git a/flake.nix b/flake.nix index 4763e45..3acccb2 100644 --- a/flake.nix +++ b/flake.nix @@ -17,10 +17,10 @@ ./users/phoenix/user.nix home-manager.nixosModules.home-manager { home-manager.useUserPackages = true; - home-manager.users.chrism = import ./users/phoenix/hm.nix; + home-manager.users.phoenix = import ./users/phoenix/hm.nix; } ]; }; }; }; -} \ No newline at end of file +}