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