mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Increase firefox ui density
This commit is contained in:
parent
c644dcd86e
commit
89144e5b7a
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
"extensions.formautofill.creditCards.enabled" = false;
|
"extensions.formautofill.creditCards.enabled" = false;
|
||||||
"browser.tabs.loadBookmarksInBackground" = true;
|
"browser.tabs.loadBookmarksInBackground" = true;
|
||||||
"browser.tabs.groups.enabled" = true;
|
"browser.tabs.groups.enabled" = true;
|
||||||
|
"browser.uidensity" = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = builtins.readFile "${inputs.betterfox}/user.js";
|
extraConfig = builtins.readFile "${inputs.betterfox}/user.js";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue