forked from nico/dots
nix: fix firefox user.js not applying
This commit is contained in:
parent
497a51083e
commit
b39d0b248c
1 changed files with 4 additions and 4 deletions
|
|
@ -100,8 +100,8 @@
|
|||
DisableProfileImport = true;
|
||||
};
|
||||
|
||||
programs.firefox.preferences = {
|
||||
"sidebar.revamp" = true;
|
||||
"sidebar.verticalTabs" = true;
|
||||
};
|
||||
programs.firefox.autoConfig = ''
|
||||
lockPref("sidebar.revamp", true);
|
||||
lockPref("sidebar.verticalTabs", true);
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue