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" ];