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