refactor(environments/nixos-server): switch to nvim-custom

This commit is contained in:
Michael Thomas 2024-09-06 13:30:02 -04:00
parent aaeabb1f3f
commit 454081de9e

View File

@ -6,11 +6,9 @@
home.packages = with pkgs; [
lazygit
nvim-custom
ripgrep
];
programs.neovim = {
enable = true;
};
home.stateVersion = "21.05";
}