fix: activate fontconfig to avoid problem with fonts

This commit is contained in:
Yorick Barbanneau 2024-06-19 21:04:08 +02:00
parent c5e303db74
commit db84a305dc

View file

@ -4,6 +4,7 @@
home.homeDirectory = "/home/${username}";
home.stateVersion = stateVersion;
programs.home-manager.enable = true;
fonts.fontconfig.enable = true;
home.sessionPath = [
"$HOME/.local/bin"
];