187 current 2025-01-10 22:16:28 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-10 22:16:36 -05:00
parent 336f9d5450
commit 1974fc33bf
2 changed files with 154 additions and 1 deletions

View File

@@ -5,6 +5,14 @@
}: {
programs.neovim = {
enable = true;
extraConfig = lib.fileContents ./init.vim;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
extraLuaConfig = ''
${builtins.readFile ./init.lua}
'';
# extraConfig = lib.fileContents ./init.vim;
};
}