add cjk and noto fonts :)

This commit is contained in:
2026-03-03 15:48:56 +02:00
parent ec2037311c
commit 547b442eaa

View File

@@ -44,5 +44,5 @@ nixpkgs.config = {
];
programs.steam.enable = true;
programs.firefox.enable = true;
fonts.packages = with pkgs; [ miracode ];
fonts.packages = with pkgs; [ noto-fonts noto-fonts-cjk-sans miracode ];
}