John Hamelink
John Hamelink
Ok, I might have time to contribute a PR this evening :)
@ninjabreakbot indeed, I was aware I could pass the argument in as above, but that requires prior knowledge that `$HOME` is needed. One of the following features would solve my...
@ninjabreakbot it's certainly better than nothing - that's for sure - but without the ability to explain the problem to the user, it's not obvious at all what the problem...
> As a follow up question, I'm curious what you want to do with `docker_config=${HOME}/.docker/config.json`? Is this for copying in a specific file from your host? We're using earthly to...
I can confirm this isn't working yet: Not working: ```nix programs.librewolf = { enable = true; nativeMessagingHosts = with pkgs; [ ff2mpv-rust tridactyl-native ]; }; ``` --- Working: ```nix programs.librewolf...
Hi @Mikilio, apologies for not getting back to you sooner. I can see that your PR has now been merged, and I can confirm that I can now define `programs.librewolf.nativeMessagingHosts`...
Hi, am I correct in saying that this PR hasn't made it into a release yet? I'm using nixpkgs unstable to install cloud-init which is ostensibly v25.2 (package source here:...
Setting `fallback = true` does indeed allow me to build, however this does trigger a stream of `error: opening a connection to remote store 'ssh-ng://missing-server' previously failed` messages. It'd be...
I'd really love to see this merged! Having support for browser policy makes it very convenient to use decoratively with Nix ([like this](https://git.sr.ht/~johnhamelink/nix/tree/master/item/home/modules/librewolf)).
@drishal you can use it to render a web page in a window within a GUI Emacs session