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:
parent
6355fa64d3
commit
97b09f909f
1 changed files with 6 additions and 2 deletions
|
|
@ -192,8 +192,12 @@
|
|||
|
||||
|
||||
# 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.
|
||||
home.stateVersion = "24.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue