From da9391b68a211eb4f4d53c68797b5f4198f52d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 29 Dec 2024 14:59:11 +0100 Subject: [PATCH] fix fonts --- modules/home/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index 4487de4..6234174 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -69,7 +69,7 @@ in { # fonts noto-fonts - nerd-fonts + nerdfonts fira ]; @@ -277,7 +277,7 @@ in { defaultFonts = { emoji = ["Noto Color Emoji"]; monospace = ["FiraCode Nerd Fonts" "FiraMono Nerd Font" "FiraMono" "NotoMono Nerd Font"]; - sansSerif = ["Fira Sans" "NotoSans Nerd Font"]; + sansSerif = ["FiraSans" "NotoSans Nerd Font"]; serif = ["NotoSerif Nerd Font"]; }; };