big update again

This commit is contained in:
2024-09-05 07:22:41 -04:00
parent 7c6f52de48
commit dde724ef34
18 changed files with 452 additions and 360 deletions

View File

@@ -1,14 +1,18 @@
{ pkgs, config, ... }:
{ inputs, pkgs, config, ... }:
{
home.packages = with pkgs; [
fzf
ripgrep
luarocks
luajit
lua-language-server
nil
];
programs.neovim = {
enable = true;
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
};
home.file.".config/nvim/" = {