Comment out neovim flake which I no longer need, use main nixpkgs
release instead
This commit is contained in:
parent
290e5df7b1
commit
01cde0784b
2 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue