diff options
| -rw-r--r-- | archetypes/profiles/desktop/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
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 = { |
