install doom cuz why not

This commit is contained in:
Sridhar Ratnakumar 2022-04-08 21:19:12 -04:00
parent b1dad0cab8
commit c94d668776

View file

@ -56,7 +56,7 @@ rec {
# Leaving this disabled, as it doesn't look like nix-doom-emacs is being
# maintained or kept up to date anymore.
doom-emacs = {
enable = false;
enable = true;
doomPrivateDir = ./config/doom.d;
};