mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
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:
|
||
|---|---|---|
| .. | ||
| default.nix | ||
| deprecated-native-messenger.nix | ||
| duplicate-container-ids.nix | ||
| duplicate-profile-ids.nix | ||
| policies.nix | ||
| profile-settings-expected-bookmarks-user.js | ||
| profile-settings-expected-bookmarks.html | ||
| profile-settings-expected-containers.json | ||
| profile-settings-expected-search-without-default.json | ||
| profile-settings-expected-search.json | ||
| profile-settings-expected-user.js | ||
| profile-settings.nix | ||
| setup-firefox-mock-overlay.nix | ||
| state-version-19_09.nix | ||