about summary refs log tree commit diff
path: root/home/firefox
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-18 12:35:50 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-18 12:35:50 -0700
commitc8f5547e544653a57e3f5196e71a99b5b22b7421 (patch)
tree530dc3b38955130b4c305de2ab28029e1f6d5e5d /home/firefox
parenthosts: it's time to switch to schedutil (diff)
downloadworld-c8f5547e544653a57e3f5196e71a99b5b22b7421.tar.gz
home/fonts: be more consistent in my choices
- source code pro for monospace
- dejavu sans for sans serif
- dejavu serif for serif
Diffstat (limited to '')
-rw-r--r--home/firefox/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/home/firefox/default.nix b/home/firefox/default.nix
index 682f2ff..b07b82c 100644
--- a/home/firefox/default.nix
+++ b/home/firefox/default.nix
@@ -1,5 +1,6 @@
 { config, lib, pkgs, ... }:
-let cfg = config.my.home.firefox;
+let
+  cfg = config.my.home.firefox;
 in
 {
   options.my.home.firefox = with lib; {
@@ -48,6 +49,10 @@ in
           "privacy.donottrackheader.enabled" = true;
           "privacy.trackingprotection.enabled" = true;
           "privacy.trackingprotection.socialtracking.enabled" = true;
+
+          "font.name.monospace.x-western" = "Source Code Pro";
+          "font.name.sans-serif.x-western" = "DejaVu Sans";
+          "font.name.serif.x-western" = "DejaVu Serif";
         };
 
         userChrome = ''