[Packages] Add custom firefox configuration.

With enterprise policies to selectively enable/disable things, and preinstall extensions

Also disable firefox config for aviallon
This commit is contained in:
Antoine Viallon 2022-04-04 20:11:28 +02:00
parent 5ae84ffe56
commit 71f5d703f2
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 78 additions and 0 deletions

View file

@ -121,6 +121,8 @@ in
enableWideVine = true;
};
# chromium = self.ungoogled-chromium;
myFirefox = (import ./packages/firefox.nix { pkgs = self; inherit lib; });
})
];