Remove neovim config from hosts

neovim is already managed by home-manager, therefore it can be removed
from the hosts' config.
This commit is contained in:
Jakob Lechner 2023-02-01 21:35:36 +00:00
parent f66217770b
commit 9800de5cb8
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
3 changed files with 0 additions and 30 deletions

View file

@ -33,7 +33,6 @@
gnome3.adwaita-icon-theme
htop
jq
neovim
openconnect
redir
ripgrep
@ -43,15 +42,6 @@
environment.variables.EDITOR = "nvim";
nixpkgs.overlays = [
(self: super: {
neovim = super.neovim.override {
viAlias = true;
vimAlias = true;
};
})
];
programs.mtr.enable = true;
hardware.bluetooth.enable = true;

View file

@ -39,7 +39,6 @@
gnome3.adwaita-icon-theme
htop
jq
neovim
openconnect
redir
ripgrep
@ -49,15 +48,6 @@
environment.variables.EDITOR = "nvim";
nixpkgs.overlays = [
(self: super: {
neovim = super.neovim.override {
viAlias = true;
vimAlias = true;
};
})
];
programs.mtr.enable = true;
hardware.bluetooth.enable = true;

View file

@ -21,21 +21,11 @@
gnome3.adwaita-icon-theme
htop
jq
neovim
ripgrep
];
environment.variables.EDITOR = "nvim";
nixpkgs.overlays = [
(self: super: {
neovim = super.neovim.override {
viAlias = true;
vimAlias = true;
};
})
];
programs.mtr.enable = true;
programs.wireshark.enable = true;