i think its supposed to be like this instead
This commit is contained in:
parent
e00d9b7b6d
commit
99dcd32409
|
@ -12,8 +12,8 @@ in
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
preferences = {
|
preferences = {
|
||||||
toolkit.legacyUserProfileCustomizations.stylesheets = true;
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
browser.compactmode.show = true;
|
"browser.compactmode.show" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue