You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your issue may already be reported!
Please search on the issue tracker before creating one.
Would your feature fix an existing issue?
I recently needed to set nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true; and the only way I think that can be done (correct me if I'm wrong) is modifying lib/default.nix, specifically the pkgImport function.
This is also where allowUnfree = true is set (I'm all for sane defaults, but this is very implicit).
Describe the solution you'd like
Maybe collect nixpkgs.config from within the nix` folder? I'm not very familiar with the structure of devos so I can't say many things (again, this might be a non-existent issue and I don't know how it's done)
Your issue may already be reported!
Please search on the issue tracker before creating one.
Would your feature fix an existing issue?
I recently needed to set
nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true;
and the only way I think that can be done (correct me if I'm wrong) is modifying lib/default.nix, specifically thepkgImport
function.This is also where
allowUnfree = true
is set (I'm all for sane defaults, but this is very implicit).Describe the solution you'd like
Maybe collect
nixpkgs.config from within the
nix` folder? I'm not very familiar with the structure of devos so I can't say many things (again, this might be a non-existent issue and I don't know how it's done)Describe alternatives you've considered
Additional context
No. I don't think so.
See https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/applications/networking/browsers/firefox/wrapper.nix#L56
for example. There are many useful (and often necessary) options you might want to set.
I for example needed to activation KDE framework integration in firefox, something that nixos modules can't do (a different build is needed).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: