feat: consolidate overrides into overlay

This commit is contained in:
Swarsel 2024-08-10 16:50:06 +02:00
parent ec004d7859
commit a298c8cfac
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 32 additions and 32 deletions

View file

@ -2,13 +2,7 @@
{
programs.firefox = {
enable = true;
package = pkgs.firefox.override {
nativeMessagingHosts = [
pkgs.tridactyl-native
pkgs.browserpass
pkgs.plasma5Packages.plasma-browser-integration
];
};
package = pkgs.firefox; # uses overrides
policies = {
CaptivePortal = false;
DisableFirefoxStudies = true;