diff --git a/home/home.nix b/home/home.nix index 4a48888..0386c52 100644 --- a/home/home.nix +++ b/home/home.nix @@ -151,9 +151,7 @@ }; xdg.configFile."emacs".enable = false; - home.file.".config/doom" = { - enable = true; - recursive = true; - src = ../dotfiles/dot_config/doom; - }; + home.file.".config/doom".enable = true; + home.file.".config/doom".recursive = true; + home.file.".config/doom".source = ../dotfiles/dot_config/doom; }