mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
c08841a279
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 |