diff --git a/home/home.nix b/home/home.nix index b694c35..c923dd9 100644 --- a/home/home.nix +++ b/home/home.nix @@ -134,7 +134,7 @@ home.file.".config/doom" = { #enable = true; source = ../dotfiles/dot_config/doom; - #recursive = true; + recursive = true; }; # xdg.dataFile."share/flf".source = ../dotfiles/dot_local/flf;