chore(nvim): rename nvim -> neovim

This commit is contained in:
winston 2023-02-10 07:33:53 +01:00
parent 5d5d0263cd
commit 45fc105f75
Signed by: winston
GPG key ID: 3786770EDBC2B481
22 changed files with 1 additions and 1 deletions

View file

@ -72,7 +72,7 @@
};
xdg.configFile."nvim" = {
source = config.lib.file.mkOutOfStoreSymlink "${flakePath}/modules/nvim";
source = config.lib.file.mkOutOfStoreSymlink "${flakePath}/modules/neovim";
recursive = true;
};
}