summaryrefslogtreecommitdiff
path: root/common/programs/librewolf.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
commit47bc39d25a359c94e9a139be9d453a05694ef341 (patch)
treecd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /common/programs/librewolf.nix
parentf1d30adc192df38fe8f6cd50cb2eae048789459b (diff)
Font and cursor
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;
}
'';