hax404 has quit [Remote host closed the connection]
<rycee>
energizer: Hmm, how does it collide with your system installation of vim? The should be put in differnt placed.
hax404_ is now known as hax404
cole-h has joined #home-manager
<energizer>
rycee: collision between `/nix/store/c4924d79584zi8ix86dpjrw8n194g5rj-vim/bin/vim' and `/nix/store/lxxfp8iclm230mk7i0byv05vzvy5gfnz-vim_configurable-8.2.0343/bin/vim'
<energizer>
rycee: no i'm wrong
<energizer>
rycee: i had home-manager's programs.vim.enable = true and home.packages = [vimHugeX]
<energizer>
that causes a conflict
<energizer>
i thought the solution would be programs.vim.package = vimHugeX but that option is read-only so i can't
c0c0 has quit [Ping timeout: 260 seconds]
<rycee>
energizer: The module uses `pkgs.vim_configurable` and `all-packages.nix` contains `vimHugeX = vim_configurable;` so as far as I can tell you don't have to do anything in particular to use `vimHugeX`
<rycee>
energizer: How do you mean? Are they not installed?
<rycee>
I don't know anything about vim anymore, been many years since I used it regularly so if there is some issue with the package then I think you might have better luck in #nixos.