Remove unrequired neovim config

This commit is contained in:
Ethan Lane 2024-10-30 11:57:26 +00:00
parent 1af3d8796d
commit 3560e68e50

View file

@ -29,13 +29,6 @@ in {
gnome-keyring.enable = true; gnome-keyring.enable = true;
}; };
programs.neovim = {
enable = true;
plugins = with pkgs.vimPlugins; [
packer-nvim
];
};
home = { home = {
username = "${username}"; username = "${username}";
homeDirectory = "/home/${username}"; homeDirectory = "/home/${username}";