mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
firefox: Enable drm
This commit is contained in:
parent
fc386b98dd
commit
4785c99ea4
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
"browser.tabs.groups.enabled" = true;
|
"browser.tabs.groups.enabled" = true;
|
||||||
"browser.uidensity" = 1;
|
"browser.uidensity" = 1;
|
||||||
"sidebar.revamp" = false;
|
"sidebar.revamp" = false;
|
||||||
|
"media.eme.enabled" = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = lib.readFile "${inputs.betterfox}/user.js";
|
extraConfig = lib.readFile "${inputs.betterfox}/user.js";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue