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
evanjs| has joined #home-manager
evanjs| has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
evanjs| has joined #home-manager
xent has joined #home-manager
xent has quit [Client Quit]
mexisme has joined #home-manager
evanjs| has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
evanjs| has joined #home-manager
evanjs| has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
evanjs| has joined #home-manager
evanjs| has quit [Ping timeout: 244 seconds]
evanjs| has joined #home-manager
mexisme has quit [Ping timeout: 264 seconds]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 264 seconds]
hmpffff has joined #home-manager
mexisme has joined #home-manager
__monty__ has joined #home-manager
alexarice[m] has quit [Write error: Connection reset by peer]
jonge[m] has quit [Write error: Connection reset by peer]
philipp[m] has quit [Remote host closed the connection]
dtz has quit [Remote host closed the connection]
Notkea[m] has quit [Write error: Connection reset by peer]
Ericson2314 has quit [Write error: Connection reset by peer]
Thinkofname[m] has quit [Write error: Connection reset by peer]
NickHu has quit [Remote host closed the connection]
rycee has quit [Write error: Broken pipe]
uvnikita[m]1 has quit [Remote host closed the connection]
rycee has joined #home-manager
NickHu has joined #home-manager
dtz has joined #home-manager
Ericson2314 has joined #home-manager
jonge[m] has joined #home-manager
Thinkofname[m] has joined #home-manager
alexarice[m] has joined #home-manager
Notkea[m] has joined #home-manager
philipp[m] has joined #home-manager
uvnikita[m] has joined #home-manager
mexisme has quit [Ping timeout: 258 seconds]
hmpffff has quit [Quit: nchrrrr…]
gjabell has quit [Ping timeout: 268 seconds]
ryantrinkle has quit [Remote host closed the connection]
gjabell has joined #home-manager
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 244 seconds]
hmpffff has joined #home-manager
evanjs| has quit [Ping timeout: 245 seconds]
evanjs| has joined #home-manager
evanjs has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
evanjs has joined #home-manager
hmpffff has quit [Quit: nchrrrr…]
infinisi1 has joined #home-manager
infinisil has quit [Read error: Connection reset by peer]
andi- has quit [Ping timeout: 264 seconds]
andi- has joined #home-manager
infinisi1 is now known as infinisil
uvnikita[m] has quit [*.net *.split]
alexarice[m] has quit [*.net *.split]
alexarice[m] has joined #home-manager
uvnikita[m] has joined #home-manager
mexisme has joined #home-manager
pie_ has joined #home-manager
<pie_> does anyone know why my home manager package specifications are being ignored? almost minimal repro at https://bpaste.net/show/z5e- im probably doing somethign dumb beause with all the googling ive done, this seems to work fine for everyone else, and ive been staring at this for days
<pie_> or can someone at least check if they can reproduce my issue?
<pie_> ok...i gotta run, be back in an an hour hopefully
<rycee> pie_: Hmm, could you try changing line 36 to `home-manager.users.user = { ... }:`?
pie_ has quit [Ping timeout: 260 seconds]
romanofski_ is now known as romanofski
<infinisil> rycee: I think it's because he didn't enable useUserPackages
<infinisil> (in the gist he just evals users.users.user.packages to see whether it worked)
<rycee> Ah, of course! I didn't look close enough at the trace output and though the first one was from `nixpkgs.lib.traceVal nixos.config.users.users.paprika.packages`.
<rycee> But that doesn't make sense. I should get myself some tea to wake up a bit ;-)
<__monty__> I have useUserPackages set to false.
<__monty__> I think the problem is passing a set rather than a function to home-manager.users.user
<__monty__> So, adding {config, pkgs, ...}: should do the trick?
<infinisil> pie should've set useUserPackages to *true* if he wants to see the packages in users.users.user.packages (which is what he's trying to achieve)
<infinisil> Doesn't have anything to do with it being a set and not a function, home-manager can work with both
<rycee> __monty__: Generally I believe the HM module works better if it's given as a function. I'm not certain why.
<rycee> But in this case if you want the HM packages to end up in `nixos.config.users.users.paprika.packages` then you need `home-manager.useUserPackages = true`.
evanjs| has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
<__monty__> Not sure what you're talking about. Don't see any mention of paprika here: https://bpaste.net/show/z5e-
evanjs| has joined #home-manager
<rycee> Aye. It would be neat to eventually default useUserPackages to true, though.
<__monty__> Also don't see where you guys are getting he wants to use users...packages either.
<__monty__> Oh, now I do see you already suggested the function thing though.
<__monty__> Oh, -_- maybe I should learn to read...
<__monty__> Still, they might be accidentally checking users...packages rather than home-manager...packages though.
<__monty__> Anyway, it's clear you guys "Got This™" : )
<__monty__> nn, peoples
__monty__ has quit [Quit: leaving]
<rycee> __monty__: On line 11.
<rycee> Hehe, nighty night.
pie_ has joined #home-manager
<pie_> back
<rycee> There was some discussion after you left.
<rycee> In summary, you need `home-manager.useUserPackages = true;`
<pie_> im checkng the logs
<pie_> im going to be so done if it was 21:42 <infinisil> pie should've set useUserPackages to *true* if he wants to see the packages in users.users.user.packages (which is what he's trying to achieve)
<pie_> xD
<pie_> because figured thats set to trueby default for some reason
<rycee> No, it's still defaulted to false.
<rycee> Would like to change it at some point, though.
<infinisil> rycee: I just noticed, {^_^} is still not here lol
<pie_> sigh, thanks, infinisil saving the day again probably
<pie_> <3
<infinisil> :)
<infinisil> I'll ping gchristensen again
<pie_> one thing i found weird is a bunch of stuff still ogt build and downlaoded even thoug hthey didnt end up in my envionment though
<pie_> but that miiiight have been orthogonal (or caused by the trace? the trace is lazy though)
evanjs has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
<rycee> Might be some transitive dependency. You can check the referrers using the nix-store tool.
<pie_> i didnt reeally catch anything, when im on a bigger keyboard i might look into some things
evanjs has joined #home-manager
{^_^} has joined #home-manager
gchristensen has joined #home-manager
<gchristensen> ,botsnack
<{^_^}> Oh thanks, have a cookie yourself
gchristensen has left #home-manager ["WeeChat 2.4"]
evanjs has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
evanjs has joined #home-manager
evanjs| has quit [Ping timeout: 244 seconds]