From 1d519de3fe62cfddf7314f660686e7ee70ba7603 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 20 Jun 2024 22:03:48 +0200 Subject: [PATCH] Add Noto Sans to sansSerif fonts --- system/roles/workstation/fonts.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/roles/workstation/fonts.nix b/system/roles/workstation/fonts.nix index 0dedb34..00e7477 100644 --- a/system/roles/workstation/fonts.nix +++ b/system/roles/workstation/fonts.nix @@ -24,6 +24,7 @@ in { sansSerif = [ "Lexend" + "Noto Sans" ] ++ common;