diff --git a/modules/vim.nix b/modules/vim.nix index fc655ff..c00f7a4 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -11,7 +11,7 @@ in enable = true; viAlias = true; configure = { - packages.foo.start = [ pkgs.vimPlugins.vim-nix ]; + packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ]; customRC = '' set nowrap scrolloff=9 '';