combine diffs

This commit is contained in:
iofq 2025-10-24 21:58:25 -05:00
parent a004f24728
commit c8d9279372
9 changed files with 93 additions and 76 deletions

View file

@ -73,7 +73,6 @@
packages = rec {
default = nvim;
nvim = pkgs.nvim-pkg;
nvim-min = pkgs.nvim-min-pkg;
};
devShells = {
default = shell;