From f4f293c2743f792acedd47fe492d5dacac4b3e3d Mon Sep 17 00:00:00 2001 From: Jessica Canady Date: Sat, 24 Jun 2023 23:09:17 -0400 Subject: [PATCH] Fix typo. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}