From 70ee5006eff35b0561373087c2c771be7caa3281 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Fri, 31 Oct 2025 16:26:21 +0100 Subject: [PATCH] changed vim name to vim-full --- modules/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vim.nix b/modules/vim.nix index c167f95..68087b2 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -1,5 +1,5 @@ with import {}; -vim_configurable.customize { +vim-full.customize { name = "vim"; vimrcConfig = { customRC = builtins.readFile ./vimrc;