mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
firefox enable tab groups
This commit is contained in:
parent
7542c1c49a
commit
c73eff35be
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
settings = {
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"browser.tabs.drawInTitlebar" = true;
|
||||
"browser.tabs.groups.enabled" = true;
|
||||
"browser.tabs.groups.smart.enabled" = true;
|
||||
"svg.context-properties.content.enabled" = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue