From f154c643c4fb99bf4a5adae815ce9841c810d7a7 Mon Sep 17 00:00:00 2001 From: John Wilger Date: Wed, 12 Jun 2024 09:35:40 -0700 Subject: [PATCH] Add home-manager package to home.nix Without this, I could not run any home-manager commands after running the initial `make`. --- 02-basic-repository-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02-basic-repository-setup.md b/02-basic-repository-setup.md index c1ead85..91e2f0f 100644 --- a/02-basic-repository-setup.md +++ b/02-basic-repository-setup.md @@ -86,6 +86,7 @@ yet. You're almost there, answers are coming. { home = { packages = with pkgs; [ + home-manager hello ];