Install microsoft fonts on odowork.

This commit is contained in:
Tom Alexander 2025-11-25 23:18:21 -05:00
parent b743421749
commit aa05ab7289
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F

View File

@ -74,6 +74,10 @@
# services.fstrim.enable = lib.mkDefault true;
fonts.enableDefaultPackages = lib.mkForce true;
fonts.packages = with pkgs; [
corefonts
];
allowedUnfree = [ "corefonts" ];
me.alacritty.enable = true;
me.amd_s2idle.enable = true;