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…]
owenowen has quit [Remote host closed the connection]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
mexisme_ has quit [Ping timeout: 272 seconds]
evanjs has quit [Ping timeout: 265 seconds]
evanjs has joined #home-manager
mexisme_ has joined #home-manager
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
mexisme_ has quit [Ping timeout: 246 seconds]
cole-h has quit [Quit: Goodbye]
hmpffff has joined #home-manager
mexisme_ has joined #home-manager
mexisme_ has quit [Ping timeout: 272 seconds]
mexisme_ has joined #home-manager
mexisme_ has quit [Ping timeout: 260 seconds]
__monty__ has joined #home-manager
mexisme_ has joined #home-manager
hmpffff_ has joined #home-manager
hmpffff__ has joined #home-manager
hmpffff has quit [Ping timeout: 246 seconds]
hmpffff_ has quit [Ping timeout: 246 seconds]
mexisme_ has quit [Ping timeout: 258 seconds]
jfroche has joined #home-manager
mexisme_ has joined #home-manager
hmpffff__ has quit [Remote host closed the connection]
hmpffff has joined #home-manager
hmpffff has quit [Ping timeout: 264 seconds]
hmpffff has joined #home-manager
{`-`}_ has joined #home-manager
{`-`} has quit [Ping timeout: 246 seconds]
mexisme_ has quit [Ping timeout: 260 seconds]
<Orbstheorem> Is the home-environment module not used when home-manager is being used as a module?
<rycee> It should definitely be used.
<Orbstheorem> I'm trying to debug why variables I put in `home.sessionVariables` are not used
<Orbstheorem> I think I may have found the culprit: I saw that all the environment variables are merged into a file under xdg.configHome. I'm rebuilding with xdg enabled.
<rycee> If you are not using HM to manage your shell or X session then you need to make sure `~/.nix-profile/etc/profile.d/hm-session-vars.sh` is sourced.
jfroche has quit [Remote host closed the connection]
jfroche has joined #home-manager
jfroche has quit [Remote host closed the connection]
<Orbstheorem> I don't have that file :(
<Orbstheorem> I only have mailcap an mime.types
<rycee> If you use `home-manager.useUserPackages=true` then the file will be in `/etc/profiles/per-user/..`
<Orbstheorem> /etc/profiles/per-user/roosemberth/etc exist, but there's no profile.d/hm-session-vars.sh either
<Orbstheorem> I have that file in my nix store though
<rycee> Odd. Then there must be something strange going on in your setup. The `hm-session-vars.sh` file is always generated and installed into your profile.
<Orbstheorem> This is weird: I can see that home-manager-generaton references the hm-session-vars.sh I found in the nix store, and I know tht home-manager-generation works, because all the systemd user services are working
<mankyKitty> home-manager is freaking awesome, btw... for someone like me that likes only tweaking little things and has a unique superpower of bricking things by following instructions, hm + nixos is a lifesaver
<rycee> Orbstheorem: Do you use `home-manager.useUserPackages=true`?
<rycee> mankyKitty: Nice to hear, glad you like it :-)
<Orbstheorem> mankyKitty: I spent sometime migrating from config files, envvars, and symlinks in many apps to programs and the hm module system is awesome ^^
<Orbstheorem> rycee: Yep
<Orbstheorem> (thanks rycee ^^)
<rycee> I imagine there will be nothing there but have a look at `journalctl -u home-manager-roosemberth.service` and see if there are any error messages.
<Orbstheorem> Nothing out of the ordinary: https://paste.gnugen.ch/raw/hNhj
<Orbstheorem> So, if I disable useUserPackages I have .nix-profile/etc/profile.d/hm-session-vars.sh
<Orbstheorem> I find super weird that whenever I change xdg options the build time gets very big. I understand that most modules use xdg options, but there are not that many...
<rycee> Yeah, unfortunately evaluation and build times are sometimes quite large. I haven't spent any time trying to make that faster.
c0c0 has quit [Ping timeout: 240 seconds]
hmpffff_ has joined #home-manager
hmpffff has quit [Ping timeout: 256 seconds]
c0c0 has joined #home-manager
c0c0 has quit [Ping timeout: 260 seconds]
c0c0 has joined #home-manager
cole-h has joined #home-manager
hmpffff has joined #home-manager
hmpffff_ has quit [Ping timeout: 256 seconds]
cole-h has quit [Quit: Goodbye]
cole-h has joined #home-manager
hmpffff has quit [Read error: Connection reset by peer]
hmpffff_ has joined #home-manager
mexisme_ has joined #home-manager
mexisme_ has quit [Ping timeout: 246 seconds]
jollyjester has joined #home-manager
<jollyjester> i am trying to override st's configuration file
<jollyjester> but it tells me dependencies couldn't be built
<jollyjester> (pkgs.st.override { conf = builtins.readFile ./st-config.h; })
<jollyjester> this is what i used
jollyjester has quit [Quit: leaving]
mexisme_ has joined #home-manager
c0c0 has quit [Ping timeout: 264 seconds]
c0c0 has joined #home-manager
hmpffff_ has quit [Quit: Bye…]
c0c0 has quit [Ping timeout: 240 seconds]
c0c0 has joined #home-manager
<rycee> jollyjester: Which precise error message did you get?
pie_[bnc] has quit [Quit: No Ping reply in 180 seconds.]
pie_[bnc] has joined #home-manager
pie_[bnc] has joined #home-manager
pie_[bnc] has quit [Changing host]
__monty__ has quit [Quit: leaving]