Comment out neovim flake which I no longer need, use main nixpkgs

release instead
This commit is contained in:
Martin Larsson 2025-12-25 13:47:39 +01:00
parent 290e5df7b1
commit 01cde0784b
2 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
pkgs,
config,
lib,
neovim-flake,
# neovim-flake,
colorsync,
...
}:
@ -74,7 +74,8 @@ in
home = {
stateVersion = "24.05";
packages = with pkgs; [
neovim-flake.packages.${system}.neovim
# neovim-flake.packages.${system}.neovim
neovim
fzf
bat
git