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
<dsal> You have exceeded the maximum paste size of 512 kilobytes per paste. PRO users don't have this limit!
* dsal is such an amateur
<dsal> That looks weirdly broken.
<infinisil> dsal: Oh, that's a nixpkgs error, you're probably using nixpkgs master right?
<dsal> I... don't know.
<dsal> I started running nixos a couple days ago and figured out how to get nix working on OS X catalina today just seeing how these things work together.
<infinisil> Well it's a problem that was just introduced yesterday (by me, hi!)
<dsal> Oh good. Would you know anyone who knows something abou tit?
<{^_^}> nixpkgs#82461 (by Infinisil, 4 weeks ago, merged): Checked maintainers
<infinisil> Oh, it might be in unstable yeah
<dsal> Is there a thing I should do, or should I just ignore it for now because of all the other things I have to do?
<infinisil> dsal: Um, maybe you could use stable nixpkgs for now
<dsal> I don't even know how I got here.
<infinisil> dsal: `nix-channel add https://nixos.org/channels/nixos-20.03 nixpkgs`
<infinisil> Then nix-channel --update
<infinisil> um that should be `--add` instead of `add`
<dsal> is 20.03 out?
<infinisil> Nah, but very soon
<infinisil> dsal: Does the nix-channel --add + --update work?
<dsal> Yeah, seems to be working now.
<infinisil> Nice
<infinisil> I'm wondering why unstable is the default channel on macos
<infinisil> Doesn't sound like a good idea
<infinisil> I guess there's no stable non-NixOS branch
<dsal> Still waiting for it to do all the things I asked to see if it actually works.
hmpffff has joined #home-manager
hmpffff_ has quit [Ping timeout: 265 seconds]
evanjs- has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #home-manager
cole-h has quit [Ping timeout: 264 seconds]
malSet has quit [Quit: Quit.]
malSet has joined #home-manager
johnw has quit [Ping timeout: 260 seconds]
andi- has quit [Ping timeout: 264 seconds]
johnw has joined #home-manager
andi- has joined #home-manager
__monty__ has joined #home-manager
<rycee> dsal: Note that if you track the Nixpkgs 20.03 channel then you should use the Home Manager release-20.03 branch, not master. There are a few changes waiting for merge to master that are not compatible with Nixpkgs 20.03 so things can break if you mix Nixpkgs 20.03 and HM master.
asymmetric has quit [Remote host closed the connection]
asymmetric has joined #home-manager
YveDeLarc has quit [Ping timeout: 258 seconds]
YveDeLarc has joined #home-manager
<ardumont> heh, did not know about the hm's release 20.03, good to know ;)
hmpffff_ has joined #home-manager
hmpffff has quit [Ping timeout: 272 seconds]
{`-`} has joined #home-manager
judson has joined #home-manager
Dav1d23 has joined #home-manager
Dav1d23 has quit [Client Quit]
tdeo has quit [Quit: Quit]
tdeo has joined #home-manager
tdeo has joined #home-manager
tdeo has quit [Changing host]
c0c0 has joined #home-manager
hmpffff has joined #home-manager
hmpffff_ has quit [Ping timeout: 264 seconds]
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
johnw has quit [Quit: ZNC - http://znc.in]
evanjs has joined #home-manager
cole-h has joined #home-manager
cole-h has quit [Quit: Goodbye]
cole-h has joined #home-manager
johnw` has joined #home-manager
hoplaahei has joined #home-manager
<hoplaahei> hi. Is there any particular reason to prefer per-user setup if I am the only user of a system? Can I just paste the following into configuration.nix directly once I've added the appropriate channel: https://pastebin.com/FFgD0kdJ?
hmpffff has quit [Quit: nchrrrr…]
<energizer> how do i enable a systemd user service declaratively? i created one but after `nixos-rebuild switch`ing it didn't get enabled/started
<energizer> if i systemctl --user enable it and systemctl --user start it, it does start
<energizer> but otherwise it's just "Active: inactive (dead)"
<__monty__> energizer: Do you use the home-manager nixos module? If not you'll have to home-manager switch (or is it rebuild?).
<energizer> __monty__: yes i use the home-manager nixos module
<__monty__> Hmm, saw something about user services not being very well supported by nix yet. Lots of talk about having to reboot or log out or running `systemctl --user daemon-reload` and such.
<energizer> looks like it does get enabled by HM but not `start`ed. daemon-reload didn't help, but rebooting did the trick
<energizer> i have `glances` installed with home.packages, and i'm using the hm nixos module. How come `nix why-depends /run/current-system/sw $(which glances)` -> '/nix/store/4ckvsd8ggd7ngpxw1gcfa9ic6sv61wy5-system-path' does not depend on '/nix/store/l710dvlpyrk68r6lhiw099n2ndpzyg2a-home-manager-path' ?
<energizer> how does the nixos module work if it's not part of the /run/current-system ?
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
__monty__ has quit [Quit: leaving]
johnw` is now known as johnw
hoplaahei has quit [Ping timeout: 256 seconds]
hoplaahei has joined #home-manager
<energizer> when using the nixos module, `nixpkgs.overlays` seems to be ignored?
<energizer> i mean the home-manager version of that option
<energizer> only the top-level nixpkgs.overlays option is taking effect, not the home-manager.users.energizer.nixpkgs.overlays version
<energizer> useUserPackages and useGlobalPkgs don't help
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager