1

Move fonts to system config

This commit is contained in:
2022-07-03 15:26:42 +02:00
parent b25ec0cdf9
commit 190d4e37f6

View File

@ -190,8 +190,24 @@
fonts = { fonts = {
enableDefaultFonts = true; # Some default fonts for unicode coverage enableDefaultFonts = true; # Some default fonts for unicode coverage
fontDir.enable = true; fontDir.enable = true; # Puts fonts to /run/current-system/sw/share/X11/fonts
# fonts = []; # Font packages go here, mostly done in HomeManager though
# Font packages go here, don't do this with HomeManager as I need the fonts in the fontdir for flatpak apps
fonts = with pkgs; [
victor-mono
source-code-pro
source-sans-pro
source-serif-pro
(pkgs.nerdfonts.override { fonts = [ "VictorMono" ]; })
source-han-mono
source-han-sans
source-han-serif
wqy_zenhei
wqy_microhei
# jetbrains-mono
# etBook
# overpass
];
# TODO: Check if this works # TODO: Check if this works
fontconfig = { fontconfig = {