diff --git a/home/home.nix b/home/home.nix index 479da9e..b694c35 100644 --- a/home/home.nix +++ b/home/home.nix @@ -130,10 +130,11 @@ }; xdg.configFile."emacs".enable = false; + home.file.".config/doom" = { #enable = true; source = ../dotfiles/dot_config/doom; - recursive = true; + #recursive = true; }; # xdg.dataFile."share/flf".source = ../dotfiles/dot_local/flf;