configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-27 15:00:27 -04:00
parent a4520fcaac
commit 8ba559f66d

View file

@ -151,5 +151,9 @@
}; };
xdg.configFile."emacs".enable = false; xdg.configFile."emacs".enable = false;
home.file.".config/doom".src = ../dotfiles/dot_config/doom; home.file.".config/doom" = {
enable = true;
recursive = true;
src = ../dotfiles/dot_config/doom;
};
} }