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
./kitty.nix
./mpv.nix
./neovim.nix
./newsflash.nix
./splatmoji.nix
./ssh.nix

View File

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