mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-01 12:17:26 -05:00
Add comment about home-manager import
This commit is contained in:
@ -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";
|
||||||
|
Reference in New Issue
Block a user