[nixos] Bring back Iosevka. I used it in lots of places /o\

This commit is contained in:
Sebastian Schulze 2023-12-07 01:35:17 +01:00
parent 9c1ad8423f
commit 0cf52665df
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 4 additions and 0 deletions

View File

@ -111,12 +111,16 @@
fira-mono
fira-code
ibm-plex
iosevka
martian-mono
roboto
roboto-mono
joypixels
monaspace
(nerdfonts.override { fonts = [ "JetBrainsMono" "IBMPlexMono" "NerdFontsSymbolsOnly" "VictorMono"]; }) ];
(iosevka-bin.override { variant = "aile"; })
(iosevka-bin.override { variant = "etoile"; })
(nerdfonts.override { fonts = [ "JetBrainsMono" "IBMPlexMono" "Iosevka" "NerdFontsSymbolsOnly" "VictorMono" ]; }) ];
fontconfig.enable = true;
fontconfig.defaultFonts = {
emoji = lib.mkBefore [ "Joypixels" "Noto Color Emoji" ];