diff --git a/modules/desktop/browsers/firefox.nix b/modules/desktop/browsers/firefox.nix index 08735f0..4948e03 100644 --- a/modules/desktop/browsers/firefox.nix +++ b/modules/desktop/browsers/firefox.nix @@ -26,10 +26,11 @@ in { ''; settings = { ## GNOME theme - "toolkit.legacyUserProfileCustomizations.stylesheets" = true; # Enable customChrome.cs + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; # Enable customChrome.css "browser.uidensity" = 0; # Set UI density to normal "svg.context-properties.content.enabled" = true; # Enable SVG context-propertes "browser.theme.dark-private-windows" = false; # Disable private window dark theme + "widget.gtk.rounded-bottom-corners.enabled" = true; # Enable rounded bottom window corners ## Preferences "browser.ctrlTab.sortByRecentlyUsed" = true;