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
# One good monospace font for terminals/coding
fira-code
fira-code-symbols
inter-nerdfont
# Nerd fonts
nerd-fonts.iosevka-term
nerd-fonts.meslo-lg
nerd-fonts.jetbrains-mono
nerd-fonts.zed-mono
nerd-fonts.monaspace
];
# Console configuration
@ -19,4 +30,4 @@
# Internationalization
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Europe/Oslo";
}
}