font
This commit is contained in:
parent
0cf23a75b0
commit
370414adc8
2 changed files with 8 additions and 8 deletions
|
@ -8,14 +8,14 @@
|
|||
pkgs.noto-fonts-cjk-serif
|
||||
pkgs.noto-fonts-monochrome-emoji
|
||||
pkgs.noto-fonts-color-emoji
|
||||
(pkgs.nerdfonts.override {fonts = ["Noto"];})
|
||||
(pkgs.nerdfonts.override {fonts = ["FiraCode"];})
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
|
||||
defaultFonts = {
|
||||
monospace = ["NotoSansM Nerd Font"];
|
||||
monospace = ["FiraCode Nerd Font"];
|
||||
sansSerif = ["Noto Sans"];
|
||||
serif = ["Noto Serif"];
|
||||
emoji = ["Noto Color Emoji" "Noto Emoji"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue