chore: drop nvim from system config

This commit is contained in:
winston 2023-10-19 07:12:24 +02:00
parent ce3fb578f9
commit 8d4637960c
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,12 +1,5 @@
{ {
inputs,
pkgs,
...
}: {
home = { home = {
packages = [
inputs.neovim.packages.${pkgs.stdenv.hostPlatform.system}.neovim
];
sessionVariables = { sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
SUDO_EDITOR = "nvim"; SUDO_EDITOR = "nvim";