ChanServ changed the topic of #home-manager to: Support and discussion around the Home Manager project (https://github.com/nix-community/home-manager) | Logs: https://logs.nix.samueldr.com/home-manager
rajivr has joined #home-manager
AlpineLlama has quit [Ping timeout: 246 seconds]
AlpineLlama has joined #home-manager
patagonicus5 has joined #home-manager
patagonicus has quit [Ping timeout: 246 seconds]
patagonicus5 is now known as patagonicus
superherointj has joined #home-manager
<superherointj> infinisil, thanks for answering. I'm trying to adapt to it. Sorry for delay in answer.
superherointj has quit [Quit: Leaving]
stephank has quit [Quit: stephank]
stephank has joined #home-manager
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
quinn has joined #home-manager
quinn has quit [Client Quit]
quinn has joined #home-manager
cole-h has quit [Ping timeout: 240 seconds]
heywoodlh has quit [Ping timeout: 246 seconds]
heywoodlh has joined #home-manager
zeorin has joined #home-manager
<zeorin> Hello everyone! I'm creating my first home-manager configuration and I'm wondering if there's a current explainer somewhere for the email infrastructure. I've found https://beb.ninja/post/email/, but it doesn't quite cover everything, such as e.g. imapnotify.
ardumont has quit [Ping timeout: 272 seconds]
__monty__ has joined #home-manager
ardumont has joined #home-manager
zeorin has quit [Remote host closed the connection]
zeorin has joined #home-manager
ronthecookie has quit [Remote host closed the connection]
ronthecookie has joined #home-manager
aforemny has quit [Quit: ZNC 1.8.2 - https://znc.in]
aforemny has joined #home-manager
ScottHDev5 has quit [Ping timeout: 256 seconds]
ScottHDev5 has joined #home-manager
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
evanjs has joined #home-manager
superherointj has joined #home-manager
superherointj_ has joined #home-manager
superherointj has quit [Quit: Leaving]
zeorin has quit [Quit: WeeChat 2.9]
superherointj_ has quit [Remote host closed the connection]
ScottHDev5 has quit [Ping timeout: 272 seconds]
Hurttila has joined #home-manager
cole-h has joined #home-manager
aveltras has joined #home-manager
superherointj has joined #home-manager
rajivr has quit [Quit: Connection closed for inactivity]
cwslimy[m] has joined #home-manager
Synthetica has joined #home-manager
ece3 has joined #home-manager
superherointj has quit [Quit: Leaving]
cole-h has quit [Ping timeout: 240 seconds]
Hurttila has quit [Ping timeout: 240 seconds]
aveltras has quit [Quit: Connection closed for inactivity]
CMistress has joined #home-manager
<CMistress> hey all -- i'm attempting to configure neovim via home-manager. I have the following: programs.neovim.plugins = [ pkgs,vimPlugins.vim-plug ]; -- however, when I launch nvim, the ":PlugUpdate" command which comes from the vim-plug package isn't available. AFAICT, the plugin is installing when I do "home-manager switch". What's the best way to diagnose what's going on?
ece38 has joined #home-manager
ece3 has quit [Ping timeout: 264 seconds]
ece38 is now known as ece3
<nicolas[m]> CMistress: are you using Home Manager on NixOS?
<CMistress> nicolas[m], I am
<nicolas[m]> CMistress: If I understand correctly, when you login you have to run `home-manager switch` for the plugin to be available in neovim?
<CMistress> nicolas[m], Well, I've done that already, but it's still not available.
<nicolas[m]> Do you have `programs.neovim.enable = true`?
<CMistress> Yes.
__monty__ has quit [Quit: leaving]
<nicolas[m]> Let me test locally
<CMistress> nicolas[m], that's very kind of you, thanks.
<nicolas[m]> CMistress: I got vim-plug to work with the example from https://github.com/junegunn/vim-plug
<nicolas[m]> I needed `call plug#begin(.....)` for `:Plug` commands to be available
<CMistress> nicolas[m], What did you add to your home.nix file?
<CMistress> nicolas[m], I'm not sure whether it makes a difference, but i am using programs.neovim.extraConfig = '' ... ''; to house my entire vimrc file (including calls to plug#begin(), etc. Would that make a difference to how neovim is loading?
<nicolas[m]> No, it should work just fine.
<nicolas[m]> Do you happen to know the version of HM you are using?
<nicolas[m]> Multiple fixes related to neovim were merged on the unstable branch ("master")
<CMistress> Ah, I'm using the released version
<nicolas[m]> CMistress: I recommend opening an issue on HM's bug tracker and cc'ing teto
<CMistress> thank you - i shall.
CMistress has quit [Quit: Leaving]