From c94d66877630686e1fa3d91888551475afd9a7db Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 8 Apr 2022 21:19:12 -0400 Subject: [PATCH] install doom cuz why not --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index d026ae3..72807ea 100644 --- a/home.nix +++ b/home.nix @@ -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; };