Remove unrequired neovim config
This commit is contained in:
parent
1af3d8796d
commit
3560e68e50
1 changed files with 0 additions and 7 deletions
|
@ -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}";
|
||||||
|
|
Loading…
Reference in a new issue