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;
|
DisableProfileImport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.firefox.preferences = {
|
programs.firefox.autoConfig = ''
|
||||||
"sidebar.revamp" = true;
|
lockPref("sidebar.revamp", true);
|
||||||
"sidebar.verticalTabs" = true;
|
lockPref("sidebar.verticalTabs", true);
|
||||||
};
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue