add berkeley mono to absol
This commit is contained in:
parent
ee8d39034d
commit
3f6eb20c19
1 changed files with 1 additions and 3 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue