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