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:
parent
f66217770b
commit
9800de5cb8
3 changed files with 0 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue