mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[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:
parent
5ae84ffe56
commit
71f5d703f2
3 changed files with 78 additions and 0 deletions
|
|
@ -121,6 +121,8 @@ in
|
|||
enableWideVine = true;
|
||||
};
|
||||
# chromium = self.ungoogled-chromium;
|
||||
|
||||
myFirefox = (import ./packages/firefox.nix { pkgs = self; inherit lib; });
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue