added yazi to nixvim

This commit is contained in:
willifan 2024-10-04 14:31:25 +02:00
parent 4e8f2a0a4f
commit 63cfb1c741
3 changed files with 19 additions and 3 deletions

View file

@ -1,8 +1,9 @@
{ ... }:
{ pkgs-unstable, ... }:
{
programs.nixvim = {
enable = true;
package = pkgs-unstable.neovim-unwrapped;
defaultEditor = true;
};
@ -13,6 +14,7 @@
./navic.nix
./neotree.nix
./toggleterm.nix
./yazi.nix
];
}