mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 16:08:45 +01:00
stylix: Make Aleo default serif font
This commit is contained in:
parent
f2ff938e79
commit
96ba7452fb
@ -23,8 +23,8 @@ in
|
|||||||
|
|
||||||
stylix.fonts = with pkgs; {
|
stylix.fonts = with pkgs; {
|
||||||
serif = {
|
serif = {
|
||||||
package = noto-fonts-cjk-sans;
|
package = (callPackage ../packages/aleo-fonts.nix { });
|
||||||
name = "Noto Sans CJK JP";
|
name = "Aleo";
|
||||||
};
|
};
|
||||||
|
|
||||||
sansSerif = {
|
sansSerif = {
|
||||||
|
Loading…
Reference in New Issue
Block a user