huge update

This commit is contained in:
2024-09-04 09:14:29 -04:00
parent d468f20e0a
commit bfcf03de3b
19 changed files with 486 additions and 123 deletions

View File

@@ -2,12 +2,18 @@
{
home.packages = with pkgs; [
neovim
fzf
ripgrep
luarocks
];
programs.neovim = {
enable = true;
};
home.file.".config/nvim/" = {
source = ./nvim;
recursive = true;
};
}