Moved neovim config to core nixos config

This commit is contained in:
2025-04-14 16:50:12 +01:00
parent 8adfe8ad50
commit c640df0271
4 changed files with 19 additions and 19 deletions

View File

@@ -8,5 +8,6 @@
}: {
imports = [
./programs/yazi.nix
./programs/neovim.nix
];
}