From f3cc663bedca46d176041579fd062f89e25217b3 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 27 Mar 2024 02:38:10 +0000 Subject: update to nixvim config --- home.nix | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 8b843cc..9c01c0c 100644 --- a/home.nix +++ b/home.nix @@ -1,7 +1,9 @@ { config, pkgs, libs, ... }: { - imports = [ ./apps/firefox.nix ]; + imports = [ + ./apps/firefox.nix + ]; gtk.enable = true; @@ -26,36 +28,6 @@ EDITOR = "nvim"; }; - programs.neovim = { - enable = true; - - plugins = with pkgs.vimPlugins; [ - comment-nvim - - { - plugin = lualine-nvim; - type = "lua"; - config = "${builtins.readFile nvim/plugin/lualine.lua}"; - } - nvim-web-devicons - - { - plugin = gruvbox; - config = "colorscheme gruvbox"; - } - - { - plugin = nvim-lspconfig; - type = "lua"; - config = "${builtins.readFile nvim/plugin/lsp.lua}"; - } - ]; - - extraLuaConfig = '' - ${builtins.readFile nvim/options.lua } - ''; - }; - programs.home-manager.enable = true; programs.zsh = { -- cgit v1.2.3