1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-03-09 13:49:52 +01:00
parent 0cf23a75b0
commit 370414adc8
2 changed files with 8 additions and 8 deletions

View file

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