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.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/programs/librewolf.nix b/common/programs/librewolf.nix
index d5bdea4..9238632 100644
--- a/common/programs/librewolf.nix
+++ b/common/programs/librewolf.nix
@@ -7,7 +7,7 @@
}:
{
programs.librewolf = {
- enable = true;
+ enable = false;
policies = {
ExtensionSettings = {
# "uBlock0@raymondhill.net" = {
@@ -66,7 +66,7 @@
userChrome = ''
@import "firefox-gnome-theme/userChrome.css";
* {
- font-family: "IosevkaInput" !important;
+ font-family: "monospace" !important;
border-radius: 0px !important;
}
@@ -74,7 +74,7 @@
userContent = ''
@import "firefox-gnome-theme/userContent.css";
* {
- font-family: "IosevkaInput" !important;
+ font-family: "monospace" !important;
border-radius: 0px !important;
}
'';