From 5a4e7e22a6975ebc3de70e68446ff53109c64170 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 7 Jan 2024 23:57:45 +0300 Subject: 2024-01-07 --- modules/common/neovim/default.nix | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 modules/common/neovim/default.nix (limited to 'modules/common/neovim') diff --git a/modules/common/neovim/default.nix b/modules/common/neovim/default.nix deleted file mode 100644 index 1e5f103..0000000 --- a/modules/common/neovim/default.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ - config, - inputs, - lib, - ... -}: -with lib; let - cfg = config.nixfiles.modules.neovim; -in { - options.nixfiles.modules.neovim.enable = mkEnableOption "NeoVim"; - - config = mkIf cfg.enable { - hm = { - imports = [inputs.nixvim.homeManagerModules.nixvim]; - - programs.nixvim = { - enable = true; - - plugins = { - lsp.enable = true; - nix.enable = true; - surround.enable = true; - }; - }; - }; - }; -} -- cgit v1.2.3