neovim: move out of home-manager

This commit is contained in:
2023-01-28 00:20:40 +00:00
parent 2269016736
commit 4026334e51
3 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
./keyring.nix ./keyring.nix
./kitty.nix ./kitty.nix
./mpv.nix ./mpv.nix
./neovim.nix
./newsflash.nix ./newsflash.nix
./splatmoji.nix ./splatmoji.nix
./ssh.nix ./ssh.nix

View File

@@ -14,7 +14,6 @@ let
in in
{ {
imports = [ imports = [
./neovim.nix
./zsh ./zsh
]; ];