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