Add comment about home-manager import

This commit is contained in:
Thiago Kenji Okada
2022-07-10 19:50:21 +01:00
parent 057f87c908
commit 12553f419f

View File

@ -9,6 +9,8 @@ let
# this means we need to import the overlay in a hack-ish way # this means we need to import the overlay in a hack-ish way
overlays = [ (import emacs-overlay) ]; overlays = [ (import emacs-overlay) ];
}; };
# we are cloning HM here for the same reason as above, to avoid
# an extra additional input to be added to flake
home-manager = pkgs.fetchFromGitHub { home-manager = pkgs.fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "home-manager"; repo = "home-manager";