1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

refactor: some formatting

This commit is contained in:
oddlama 2023-09-21 13:34:44 +02:00
parent 7092a1d2ce
commit e65dac849a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 19 additions and 19 deletions

View file

@ -31,14 +31,16 @@
</fontconfig>
'';
defaultFonts = {
sansSerif = lib.mkBefore ["Segoe UI"];
monospace = ["FiraCode Nerd Font"];
emoji = ["Segoe UI Emoji" "Noto Fonts Emoji"];
monospace = ["FiraCode Nerd Font"];
sansSerif = lib.mkBefore ["Segoe UI"];
serif = ["Source Serif Pro"];
};
};
packages = with pkgs; [
(nerdfonts.override {fonts = ["FiraCode"];})
(nerdfonts.override {fonts = ["FiraCode" "FiraMono" "SourceCodePro" "JetBrainsMono"];})
dejavu_fonts
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif