install lmodern font

This commit is contained in:
♥ Minnie ♥ 2025-03-17 23:41:47 +08:00
parent d0b84c71ef
commit 413d6aa28b
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -33,4 +33,9 @@
];
pathsToLink = ["/share/zsh"];
};
# System Fonts
fonts.packages = with pkgs; [
lmodern
];
}