Try Sarasa Gothic

This commit is contained in:
Invariantspace 2024-03-03 14:58:03 -08:00
parent 8534c96c66
commit 6e042b16ec
4 changed files with 12 additions and 34 deletions

View file

@ -6,6 +6,18 @@ let
usrPwdFile = "users/${usr}/password";
in
{
fonts = {
fontconfig.defaultFonts = {
serif = [ "Sarasa UI SC" ];
sansSerif = [ "Sarasa UI SC" ];
monospace = [ "Sarasa Mono SC" ];
};
packages = with pkgs; [
sarasa-gothic
noto-fonts-emoji
];
};
home-manager = {
useGlobalPkgs = true;
users.${usr} = {