fix dotfiles path inclusion

This commit is contained in:
draco 2024-08-23 01:23:01 -04:00
parent 1587257137
commit 3218dfd2d5

View file

@ -27,7 +27,7 @@
# plain files is through 'home.file'. # plain files is through 'home.file'.
home.file = { home.file = {
".config/nvim" = { ".config/nvim" = {
source = "dotfiles/nvim"; source = dotfiles/nvim;
recursive = true; recursive = true;
}; };