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;