diff --git a/modules/home/topgrade/default.nix b/modules/home/topgrade/default.nix index 29a9b5a..1772786 100644 --- a/modules/home/topgrade/default.nix +++ b/modules/home/topgrade/default.nix @@ -45,7 +45,7 @@ in repos = [ "~/.dotfiles" "~/dev/*" - ]; + ] ++ lib.optional config.modules.emacs.enable "~/.config/doom"; }; }; };