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}";