feat: add Michroma font via Google Fonts package

- Enable fontconfig in Home Manager
- Add google-fonts package which includes Michroma
- Font is now available system-wide for use in applications
This commit is contained in:
DannyDannyDanny 2025-09-12 14:32:35 +02:00
parent 6355fa64d3
commit 97b09f909f

View file

@ -192,8 +192,12 @@
# TODO: Put user-installed binaries here if you want HM to own them (optional) # TODO: Put user-installed binaries here if you want HM to own them (optional)
# home.packages = with pkgs; [ # Fonts
# ]; fonts.fontconfig.enable = true;
home.packages = with pkgs; [
# Google Fonts (includes Michroma)
google-fonts
];
# First HM version for this user config; bump only if you understand the migration notes. # First HM version for this user config; bump only if you understand the migration notes.
home.stateVersion = "24.11"; home.stateVersion = "24.11";