From ffaf276c47b3dd9b99164362274c8fbbba5eeff2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 19:24:17 -0400 Subject: [PATCH] feat: add doom-emacs home-manager module --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b0e608c..be97a3c 100644 --- a/flake.nix +++ b/flake.nix @@ -129,7 +129,7 @@ home = { imports = [ (digga.lib.importModules ./users/modules) ]; - externalModules = [ ]; + externalModules = [ inputs.nix-doom-emacs.hmModule ]; importables = rec { profiles = digga.lib.rakeLeaves ./users/profiles; suites = with profiles; rec {