From 3f6eb20c1901d3f690bb0808c3b6c6893c4f29e5 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Mon, 20 Jan 2025 23:18:57 +0100 Subject: [PATCH] add berkeley mono to absol --- absol/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/absol/configuration.nix b/absol/configuration.nix index 9d67d49..4bc8905 100755 --- a/absol/configuration.nix +++ b/absol/configuration.nix @@ -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" ];