From c88223b386dfa4533934632f9de3ab1810c6c078 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 15 Dec 2025 21:42:15 -0600 Subject: theme st by default in desktop profile since new build uses monospace as default font --- archetypes/profiles/desktop/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'archetypes') diff --git a/archetypes/profiles/desktop/default.nix b/archetypes/profiles/desktop/default.nix index 7555c56..6c5d509 100644 --- a/archetypes/profiles/desktop/default.nix +++ b/archetypes/profiles/desktop/default.nix @@ -81,6 +81,18 @@ programs = { _pcmanfm.openAsRootOption.enable = mkDesktop true; + _st = { + enable = mkDesktop true; + font = { + name = mkDesktop "JetBrainsMonoNL Nerd Font Mono"; + # Default attrs + attrs = { + size = 12; + antialias = true; + autohint = true; + }; + }; + }; firefox._configure = mkDesktop true; htop._configure = mkDesktop true; zathura = { -- cgit v1.2.3