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
hmpffff_ has quit [Quit: nchrrrr…]
mexisme has quit [Ping timeout: 256 seconds]
mexisme has joined #home-manager
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #home-manager
mexisme has quit [Ping timeout: 272 seconds]
mexisme has joined #home-manager
<ZerataX> okay i can start it as long as I don't activate any extensions, but as soon as i start any (afaict) it ends up with that permission issue :/
andi- has quit [Remote host closed the connection]
andi- has joined #home-manager
mexisme has quit [Ping timeout: 240 seconds]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 272 seconds]
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
cole-h has quit [Quit: Goodbye]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 240 seconds]
hmpffff has joined #home-manager
__monty__ has joined #home-manager
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 272 seconds]
ivegotasthma has joined #home-manager
<ivegotasthma> hello, I'm using home-manager as a nixos module and I have a problem with a file that I'm linking. The file is relative to the user directory, but because the switch run are root, the file is searched in the root home directory instead of my local user.
<ivegotasthma> This is the line: home.file.".config/user-dirs.dirs".source = ~/.dotfiles/user-dirs.dirs; is it possible ot make it local to the user?
<rycee> ivegotasthma: No, not really. The path is expanded for the evaluating user. It's better use use relative paths.
<ivegotasthma> okay, thanks a lot!
<ivegotasthma> you make killer software
<rycee> Glad you like it :-) There have been many other contributors as well
cole-h has joined #home-manager
spacekookie has quit [Quit: **agressive swooshing**]
spacekookie has joined #home-manager
Ox4A6F has joined #home-manager
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 265 seconds]
hmpffff has quit [Quit: nchrrrr…]
hmpffff has joined #home-manager
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 256 seconds]
<asymmetric> iiuc if i set programs.home-manager.enable = true, HM will fetch the latest channel each time i switch, right?
<asymmetric> is there a way to disable that?
<asymmetric> (it will fetch the latest version of itself, whatever the means, is what i meant)
<rycee> asymmetric: No, it simply adds the home-manager tool to `home.packages`. It doesn't do anything directly related to channels.
malSet has quit [Ping timeout: 256 seconds]
malSet has joined #home-manager
mexisme has joined #home-manager
hmpffff_ has joined #home-manager
hmpffff has quit [Ping timeout: 272 seconds]
hmpffff_ has quit [Quit: nchrrrr…]
mexisme has quit [Ping timeout: 256 seconds]
hmpffff has joined #home-manager
<energizer> i have `home.packages = [ (pkgs.python3.withPackages (ps: with ps; [pendulum]))]` but `python3 -c 'import pendulum` -> ModuleNotFoundError: No module named 'pendulum'
<energizer> what am i doing wrong?
<energizer> there are no packages in site-packages, but there's a sitecustomize that adds things from NIX_PYTHONPATH (which is unset)
<rycee> Not sure, I don't know much about Python. Perhaps you'll have luck in #nixos? I think this issue is not specific to HM.
<energizer> ok
<energizer> what is the equivalent of home.packages in nixos?
<rycee> environment.systemPackages
<energizer> ok
hmpffff has quit [Quit: nchrrrr…]
hmpffff has joined #home-manager
hmpffff has quit [Client Quit]
mexisme has joined #home-manager
cole-h has quit [Quit: Goodbye]
cole-h has joined #home-manager
__monty__ has quit [Quit: Saving my tailfeathers!]
ivegotasthma has left #home-manager ["WeeChat 2.7.1"]
<pie_[bnc]> energizer: oh hi
<energizer> pie_[bnc]: hi
<pie_[bnc]> rycee: what sets PATH in home-manager?