summaryrefslogtreecommitdiff
path: root/common/programs/librewolf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/programs/librewolf.nix')
-rw-r--r--common/programs/librewolf.nix34
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 = {