diff options
Diffstat (limited to 'common/programs/librewolf.nix')
| -rw-r--r-- | common/programs/librewolf.nix | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/common/programs/librewolf.nix b/common/programs/librewolf.nix index 9238632..f5a6440 100644 --- a/common/programs/librewolf.nix +++ b/common/programs/librewolf.nix @@ -7,7 +7,7 @@ }: { programs.librewolf = { - enable = false; + enable = true; policies = { ExtensionSettings = { # "uBlock0@raymondhill.net" = { @@ -63,22 +63,22 @@ "browser.toolbars.bookmarks.visibility" = "never"; "widget.use-xdg-desktop-portal.file-picker" = 1; }; - userChrome = '' - @import "firefox-gnome-theme/userChrome.css"; - * { - font-family: "monospace" !important; - border-radius: 0px !important; - } - - ''; - userContent = '' - @import "firefox-gnome-theme/userContent.css"; - * { - font-family: "monospace" !important; - border-radius: 0px !important; - } - ''; - + # userChrome = '' + # @import "firefox-gnome-theme/userChrome.css"; + # * { + # font-family: "monospace" !important; + # border-radius: 0px !important; + # } + # + # ''; + # userContent = '' + # @import "firefox-gnome-theme/userContent.css"; + # * { + # font-family: "monospace" !important; + # border-radius: 0px !important; + # } + # ''; + # search = { force = true; engines = { |
