forked from nico/dots
nix: enable firefox vertical tabs
This commit is contained in:
parent
1acc767910
commit
46199d21e5
1 changed files with 5 additions and 0 deletions
|
|
@ -99,4 +99,9 @@
|
|||
DisableMasterPasswordCreation = true;
|
||||
DisableProfileImport = true;
|
||||
};
|
||||
|
||||
programs.firefox.preferences = {
|
||||
"sidebar.revamp" = true;
|
||||
"sidebar.verticalTabs" = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue