rycee changed the topic of #home-manager to: Support and discussion around the Home Manager project (https://github.com/rycee/home-manager) | Logs: https://logs.nix.samueldr.com/home-manager
andi- has quit [Ping timeout: 272 seconds]
andi- has joined #home-manager
andi- has quit [Ping timeout: 265 seconds]
romanofski has joined #home-manager
andi- has joined #home-manager
evax has quit [Ping timeout: 268 seconds]
<energizer> i want to enable pkgs.vimHugeX in my home.packages but it collides with my system's bin/vim. how can i have vimHugeX take priority?
romanofski has quit [Quit: ZNC 1.7.4 - https://znc.in]
romanofski has joined #home-manager
cole-h has quit [Quit: Goodbye]
__monty__ has joined #home-manager
hax404_ has joined #home-manager
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`
c0c0 has joined #home-manager
<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.
<energizer> rycee: they are not installed
<energizer> ok i will try #nixos
c0c0 has quit [Ping timeout: 240 seconds]
c0c0 has joined #home-manager
johnw` has joined #home-manager