From 8ba559f66d59cea9e48a2a1f73afc90f8a7d741a Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Fri, 27 Sep 2024 15:00:27 -0400 Subject: [PATCH] configuring --- home/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index e0a50f9..4a48888 100644 --- a/home/home.nix +++ b/home/home.nix @@ -151,5 +151,9 @@ }; xdg.configFile."emacs".enable = false; - home.file.".config/doom".src = ../dotfiles/dot_config/doom; + home.file.".config/doom" = { + enable = true; + recursive = true; + src = ../dotfiles/dot_config/doom; + }; }