From 219e5a73bf6fb318a3502f3edecc0a263fe2ef21 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Sat, 7 Dec 2024 22:28:12 +0100 Subject: [PATCH] stuff --- nix-darwin/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 036795b..c6b7290 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -293,15 +293,15 @@ settings = { font = { normal = { - family = "Hack Nerd Font"; + family = "FiraCode Nerd Font Mono"; style = "Regular"; }; bold = { - family = "Hack Nerd Font"; + family = "FiraCode Nerd Font Mono"; style = "Bold"; }; italic = { - family = "Hack Nerd Font"; + family = "FiraCode Nerd Font Mono"; style = "Italic"; }; size = 12;