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…]
boxscape48 has joined #home-manager
boxscape has quit [Ping timeout: 246 seconds]
boxscape48 has quit [Remote host closed the connection]
mexisme has joined #home-manager
liff has quit [Quit: leaving]
liff has joined #home-manager
liff has joined #home-manager
liff has quit [Client Quit]
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #home-manager
liff has joined #home-manager
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #home-manager
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #home-manager
pie__ has joined #home-manager
pie_ has quit [Ping timeout: 240 seconds]
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #home-manager
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #home-manager
hmpffff has joined #home-manager
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #home-manager
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #home-manager
mexisme has quit [Read error: Connection reset by peer]
__monty__ has joined #home-manager
Synthetica has joined #home-manager
hmpffff has quit [Quit: nchrrrr…]
hmpffff has joined #home-manager
hmpffff has quit [Client Quit]
alexarice[m] has quit [Read error: Connection reset by peer]
jschievink has quit [Read error: Connection reset by peer]
uvnikita[m] has quit [Remote host closed the connection]
jonge[m] has quit [Write error: Connection reset by peer]
Ericson2314 has quit [Write error: Connection reset by peer]
dtz has quit [Read error: Connection reset by peer]
Thinkofname[m] has quit [Read error: Connection reset by peer]
philipp[m] has quit [Write error: Connection reset by peer]
NickHu has quit [Read error: Connection reset by peer]
Notkea[m] has quit [Remote host closed the connection]
rycee has quit [Remote host closed the connection]
offlinehacker has quit [Write error: Broken pipe]
hmpffff has joined #home-manager
hmpffff has quit [Quit: nchrrrr…]
hmpffff has joined #home-manager
hmpffff has quit [Quit: nchrrrr…]
hmpffff has joined #home-manager
hmpffff has quit [Quit: nchrrrr…]
olto has joined #home-manager
offlinehacker has joined #home-manager
boxscape has joined #home-manager
rycee has joined #home-manager
alexarice[m] has joined #home-manager
NickHu has joined #home-manager
dtz has joined #home-manager
Thinkofname[m] has joined #home-manager
jschievink has joined #home-manager
philipp[m] has joined #home-manager
jonge[m] has joined #home-manager
Notkea[m] has joined #home-manager
Ericson2314 has joined #home-manager
uvnikita[m] has joined #home-manager
boxscape has quit [Remote host closed the connection]
boxscape has joined #home-manager
sauyon has joined #home-manager
hmpffff has joined #home-manager
<sauyon> is it possible to use the firefox overlays with stateVersion >= 19.09?
<rycee> Hmm, I'm not sure. Are they not creating a wrapper?
<sauyon> They are, but the actual binary seems to be in a separate derivation
<sauyon> I guess that would require a patch to the firefox module?
<rycee> Right. You could try wrapping it yourself using the `wrapFirefox` function. That's the way the firefox module worked before state version 19.09.
Synthetica has quit [Quit: Connection closed for inactivity]
olto has quit [Quit: switching offline]
<sauyon> Er, what's the type of wrapFirefox? I'm getting `programs.firefox.package is not of type package` with `package = pkgs.wrapFirefox pkgs.latest.firefox-nightly-bin;`
<rycee> Try `pkgs.wrapFirefox pkgs.latest.firefox-nightly-bin {}`
<rycee> You may need to add some stuff inside the curlies.
<rycee> That's what in Nixpkgs's `all-packages.nix` file.
<sauyon> Hrm, I had to set the name to firefox-version. It seems like something is looking for a binary that has a name related to package name.
<rycee> Yeah, I think it's something like that. I'm not very familiar with the wrapper. It's quite tricky and that's why HM was switched over to directly use the wrapped package instead of trying to figure out which parameters to put in the braces.
<sauyon> Yeah, that makes a lot of sense.
<sauyon> Well, this seems to work, thanks!
<rycee> I guess that's the line causing an issue if the browser name doesn't match the executable name.
<rycee> Nice, glad it worked out :-)
__monty__ has quit [Quit: leaving]