185 current 2025-01-04 17:43:20 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-04 17:43:28 -05:00
parent e8f3ce0464
commit 4db7ffab62
3 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
pkgs,
lib,
...
}: {
programs.neovim = {
enable = true;
extraConfig = lib.fileContents ./init.vim;
};
}