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 = {
|
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" ];
|
||||||
|
|
Loading…
Reference in a new issue