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
<energizer> i have programs.zsh.history.ignoreSpace=true and it's telling me that option doesnt exist. is it newly added/removed?
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #home-manager
klntsky has quit [Ping timeout: 240 seconds]
klntsky has joined #home-manager
klntsky has quit [Ping timeout: 240 seconds]
klntsky has joined #home-manager
cole-h has quit [Quit: Goodbye]
__monty__ has joined #home-manager
<rycee> energizer: Yeah I don't think it is in the 19.09 branch.
klntsky has quit [Ping timeout: 240 seconds]
klntsky has joined #home-manager
cole-h has joined #home-manager
{`-`} has joined #home-manager
<energizer> what is the difference between users.users.<name>.packages and home.packages?
<infinisil> energizer: The former is by NixOS, the latter by home-manager. But home-manager uses the former underneath if you set home-manager.useUserPackages = true
<energizer> infinisil: assuming i'm on nixos, the only difference is whether the user manages their packages or the admin does?
<infinisil> Yeah
<energizer> alright
<infinisil> (But only if you don't use home-manager's nixos module)
<energizer> wait what's that?
cjpbirkbeck has joined #home-manager
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #home-manager
__monty__ has quit [Quit: leaving]
<energizer> if i do that, am i supposed to delete ~/.config/home.nix?
<energizer> if i do that, am i supposed to delete ~/.config/nixpkgs/home.nix?
<energizer> or does it not matter, like maybe bin/home-manager is the only thing that looks in ~/.config/nixpkgs/home.nix
<infinisil> energizer: With that you can use configuration.nix to specify the contents of home.nix
<infinisil> So you won't need home.nix anymore
<infinisil> But yeah the home-manager binary would still use home.nix
<infinisil> Probably not recommended if you use configuration.nix though
<energizer> i have some computers with HM and nixos and others with HM without nixos, so trying to think of how to support both
<infinisil> You can only use the nixos module for some of them