mirror of
https://github.com/nix-community/home-manager
synced 2024-11-08 12:19:43 +01:00
bf4b576f84
This commit makes it possible to specify Firefox' extraPolicies
through:
programs.firefox.package = pkgs.firefox.override {
extraPolicies = {... }
}
This was possible in the past but was broken by:
|
||
---|---|---|
.. | ||
lib | ||
modules | ||
asserts.nix | ||
big-test.nix | ||
default.nix | ||
stubs.nix |