From eabe31af7eb1c785e3867ad6687e4c203674787e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 17 Jun 2022 20:56:30 +0200 Subject: Refractor and move neovim to be a system pkg --- hosts/home.nix | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'hosts/home.nix') diff --git a/hosts/home.nix b/hosts/home.nix index fa1438b..6240dfa 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -63,21 +63,6 @@ in obs-studio = { enable = true; }; - neovim = { - enable = true; - viAlias = true; - vimAlias = true; - withPython3 = true; - plugins = with pkgs.vimPlugins; [ - vim-addon-nix - YouCompleteMe - nerdtree - rainbow_parentheses - base16-vim - vim-orgmode - ]; - }; - zsh = { enable = true; zplug = { @@ -168,6 +153,4 @@ in sha256 = "sha256-YKpIno5QSJM/GGp5DwQeuhKmTU5S96+IhLr0O0V8PDI="; }; }; - - xsession.enable = true; } -- cgit 1.4.1