From c70c32150e3f68c252d65e41be395ba6e2b10693 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 1 Sep 2024 20:09:07 +0200 Subject: [PATCH] Add doom git repo to topgrade config --- modules/home/topgrade/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; };