feat(system/tuxedo): add msfonts, unfortunately

This commit is contained in:
2025-05-10 01:32:25 +03:00
parent 5a7c53acbe
commit 018ef38ca6

View File

@@ -1,4 +1,4 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
boot.loader = {
efi = {
@@ -21,4 +21,9 @@
wayland.enable = true;
};
};
fonts.packages = lib.mkAfter (with pkgs; [
vistafonts
corefonts
]);
}