clean up flake and reset neovim plugin versions

This commit is contained in:
Noah Masur
2023-07-01 20:22:03 -06:00
parent 5348cbdf61
commit 1cf5f46adf
12 changed files with 70 additions and 89 deletions

5
overlays/disko.nix Normal file
View File

@ -0,0 +1,5 @@
# Add disko to nixpkgs from its input flake
inputs: _final: prev: {
disko = inputs.disko.packages.${prev.system}.disko;
}