Add doom git repo to topgrade config

This commit is contained in:
Julian Mutter 2024-09-01 20:09:07 +02:00
parent 38c60612fd
commit c70c32150e

View File

@ -45,7 +45,7 @@ in
repos = [
"~/.dotfiles"
"~/dev/*"
];
] ++ lib.optional config.modules.emacs.enable "~/.config/doom";
};
};
};