mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 01:31:33 +01:00
Wrap firefox
This commit is contained in:
parent
f3c934467f
commit
f34f95efeb
5 changed files with 129 additions and 1 deletions
10
wrappers/firefox/default.nix
Normal file
10
wrappers/firefox/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ assembleWrapper, moduleArgs, ... }:
|
||||
let
|
||||
inherit (moduleArgs) pkgs;
|
||||
in
|
||||
assembleWrapper {
|
||||
basePackage = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||
extraPolicies.ExtensionSettings = import ./extensions.nix { inherit moduleArgs; };
|
||||
extraPrefs = import ./preferences.nix { inherit moduleArgs; };
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue