From 47bc39d25a359c94e9a139be9d453a05694ef341 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 20 Jun 2026 02:51:59 +0530 Subject: Font and cursor --- common/programs/librewolf.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/programs/librewolf.nix') 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; } ''; -- cgit v1.3.1