From f1bda719c6c7cabe521fab6af1278b57748390eb Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 20 Jun 2024 22:12:20 +0200 Subject: [PATCH] Use Noto Sans instead of Lexend as gtk font --- options/home/theme.nix | 4 ++-- system/roles/workstation/fonts.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/options/home/theme.nix b/options/home/theme.nix index 0c7952e..a2e76bb 100644 --- a/options/home/theme.nix +++ b/options/home/theme.nix @@ -47,13 +47,13 @@ in name = mkOption { type = types.str; description = "The name of the font that will be used for GTK applications"; - default = "Lexend"; # Noto Sans + default = "Noto Sans"; # Lexend }; size = mkOption { type = types.int; description = "The size of the font"; - default = 14; # 10 + default = 10; # 10 }; }; }; diff --git a/system/roles/workstation/fonts.nix b/system/roles/workstation/fonts.nix index a464040..600b778 100644 --- a/system/roles/workstation/fonts.nix +++ b/system/roles/workstation/fonts.nix @@ -23,9 +23,9 @@ in { ++ common; sansSerif = [ - "Lexend" "Noto Sans" "Jost" + "Lexend" ] ++ common;