From 3560e68e50694146edb2c133682a4726c9526ec0 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Wed, 30 Oct 2024 11:57:26 +0000 Subject: [PATCH] Remove unrequired neovim config --- config/home.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/home.nix b/config/home.nix index 95b1e3f..e2fb510 100644 --- a/config/home.nix +++ b/config/home.nix @@ -29,13 +29,6 @@ in { gnome-keyring.enable = true; }; - programs.neovim = { - enable = true; - plugins = with pkgs.vimPlugins; [ - packer-nvim - ]; - }; - home = { username = "${username}"; homeDirectory = "/home/${username}";