i think its supposed to be like this instead

This commit is contained in:
Sakooooo 2023-07-31 17:15:48 +03:00
parent e00d9b7b6d
commit 99dcd32409
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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