From 7e6bf85c03fa009a3677e008c0f2a563a28f7983 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 16 Nov 2024 04:22:20 +0100 Subject: Bring in advanced Vim configuration from desktop Signed-off-by: Mel --- modules/common.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index e7e101b..937c7ef 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -6,6 +6,7 @@ ./user.nix ./locale.nix ./nix-ld.nix + ./vim.nix ]; boot.kernelPackages = pkgs.linuxPackages_latest; @@ -62,12 +63,6 @@ }; programs = { - vim = { - defaultEditor = true; - package = pkgs.vim_configurable.customize { - vimrcFile = ../configs/.vimrc; - }; - }; fish.enable = true; git.enable = true; tmux.enable = true; -- cgit 1.4.1