[neovim] moves config into the neovim subdir

This commit is contained in:
Drew Haven
2025-02-11 15:28:14 -08:00
parent ac856b5ce1
commit 04b3e9a69b
12 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@
./git.nix ./git.nix
./shell.nix ./shell.nix
./terminal.nix ./terminal.nix
./neovim.nix ./neovim
]; ];
} }

View File

@@ -41,7 +41,7 @@ in
}; };
home.file.".config/nvim" = { home.file.".config/nvim" = {
source = ./config/neovim; source = ./config;
recursive = true; recursive = true;
}; };
} }