From 443a1b8115fe50c853ca2018d144b9152982fb33 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 30 Mar 2024 12:57:27 +0100 Subject: [PATCH] remove doom emacs --- modules/hmgr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hmgr/default.nix b/modules/hmgr/default.nix index 7e685fd..1935663 100644 --- a/modules/hmgr/default.nix +++ b/modules/hmgr/default.nix @@ -14,7 +14,7 @@ with lib; lib.mapAttrs (name: value: { - imports = with builtins; (map (x: ../../home-manager-modules + "/${x}/default.nix") (attrNames (readDir ../../home-manager-modules))) ++ [ inputs.nix-doom-emacs.hmModule ]; + imports = with builtins; (map (x: ../../home-manager-modules + "/${x}/default.nix") (attrNames (readDir ../../home-manager-modules))); home.username = "${name}"; home.homeDirectory = "/home/${name}"; home.stateVersion = "21.05";