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; + }; }