From e08eaa3ed8618f2ee2c36e082f3bcad4c0f69226 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 20 Oct 2025 15:19:42 +0200 Subject: [PATCH] change gnome console font size --- modules/gnome.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gnome.nix b/modules/gnome.nix index 4a92039..e70339f 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -107,6 +107,8 @@ in # GNOME Console configuration "org/gnome/Console" = { audible-bell = false; + custom-font = "JetBrainsMono Nerd Font Mono 13"; + use-system-font = false; }; # Disable GNOME Software auto-updates