nix: fix firefox user.js not applying

This commit is contained in:
Nico 2025-05-03 16:15:59 +10:00
parent 497a51083e
commit b39d0b248c

View file

@ -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);
}; '';
} }