moar fonts
This commit is contained in:
parent
8029d93a84
commit
aea88565bd
1 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue