From 278cad93f512a98ae3c3945e19763f0e30f77e59 Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Thu, 3 Oct 2024 14:30:01 +0100 Subject: [PATCH] Revert "Use iosevka" This reverts commit 6a6cf5aa30472c20c1de7a990dd069a478eaff41. --- home/font.nix | 2 -- home/home.nix | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/home/font.nix b/home/font.nix index 83e00ec5..b504bba1 100644 --- a/home/font.nix +++ b/home/font.nix @@ -12,7 +12,6 @@ in { me.font-name = mkOption { type = types.enum [ "Fira Code" - "Iosevka" "Hack" "IBM Plex" "JetBrains Mono" @@ -66,7 +65,6 @@ in { { "Monaspace" = pkgs.monaspace; "Noto Sans Mono" = pkgs.noto-fonts; - "Iosevka" = pkgs.iosevka; } .${cfg.font-name}; diff --git a/home/home.nix b/home/home.nix index 0ef987b2..d24b2bed 100644 --- a/home/home.nix +++ b/home/home.nix @@ -85,7 +85,7 @@ in { me = { atuin.enable = false; - font-name = "Iosevka"; + font-name = "JetBrains Mono"; font-style = "Semibold"; font-size = if isLinux