187 current 2025-06-05 18:59:10 25.11.20250531.910796c 6.15.0 *

This commit is contained in:
2025-06-05 18:59:18 -04:00
parent c174acb2c8
commit 66c4d33550

View File

@@ -128,7 +128,8 @@
};
# Fonts
fonts.packages = with pkgs; [
fonts = {
packages = with pkgs; [
ibm-plex
liberation_ttf
nerd-fonts.blex-mono
@@ -136,6 +137,14 @@
noto-fonts-cjk-sans
noto-fonts-emoji
];
fontconfig = {
defaultFonts = {
serif = ["IBM Plex Serif"];
sansSerif = ["IBM Plex Sans"];
monospace = ["BlexMono Nerd Font"];
};
};
};
# Enable CUPS to print documents.
services.printing.enable = true;