add berkeley mono to absol

This commit is contained in:
Leon Vatthauer 2025-01-20 23:18:57 +01:00
parent ee8d39034d
commit 3f6eb20c19
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8

View file

@ -182,16 +182,14 @@
fonts = {
fontDir.enable = true; # links fonts to /run/current-system/sw/share/X11/fonts
packages = with pkgs; [
# ((nerdfonts.override { fonts = [ "Hack" "DejaVuSansMono" "DroidSansMono" "Noto" ]; }))
mononoki
# noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
];
enableDefaultPackages = true;
fontconfig = {
defaultFonts = {
monospace = [ "Berkeley Mono Nerd Font" ];
monospace = [ "BerkeleyMono Nerd Font Mono" ];
sansSerif = [ "NotoSans Nerd Font" ];
serif = [ "NotoSans Nerd Font" ];
emoji = [ "Noto Color Emoji" ];