moar fonts

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-10 21:51:41 +02:00
parent 8029d93a84
commit aea88565bd

View file

@ -1,13 +1,24 @@
{ config, pkgs, ... }: {
{
config,
pkgs,
...
}: {
# Minimal font configuration - users can add more fonts as needed
fonts.packages = with pkgs; [
# Essential system fonts
noto-fonts
noto-fonts-emoji
liberation_ttf
fira-code
fira-code-symbols
inter-nerdfont
# One good monospace font for terminals/coding
# Nerd fonts
nerd-fonts.iosevka-term
nerd-fonts.meslo-lg
nerd-fonts.jetbrains-mono
nerd-fonts.zed-mono
nerd-fonts.monaspace
];
# Console configuration