Try Sarasa Gothic
This commit is contained in:
parent
8534c96c66
commit
6e042b16ec
4 changed files with 12 additions and 34 deletions
|
|
@ -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} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue