Skip to content

Commit 3908810

Browse files
committed
chore(firefox): enable policy extension installs
Enable the policy install method on the khaneliman Linux and Darwin homes to exercise Home Manager globalExtensions for local testing.
1 parent 4de6a04 commit 3908810

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

homes/aarch64-darwin/khaneliman@khanelimac/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ in
4848

4949
browsers = {
5050
firefox = {
51+
extensions.installMethod = "policy";
5152
hardwareDecoding = true;
5253
settings = {
5354
"dom.ipc.processCount.webIsolated" = 9;

homes/x86_64-linux/khaneliman@khanelinix/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ in
8888

8989
browsers = {
9090
firefox = {
91+
extensions.installMethod = "policy";
9192
gpuAcceleration = true;
9293
hardwareDecoding = true;
9394
settings = {

0 commit comments

Comments
 (0)