mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +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; {
|
||||
serif = {
|
||||
package = noto-fonts-cjk-sans;
|
||||
name = "Noto Sans CJK JP";
|
||||
package = (callPackage ../packages/aleo-fonts.nix { });
|
||||
name = "Aleo";
|
||||
};
|
||||
|
||||
sansSerif = {
|
||||
|
Loading…
Reference in New Issue
Block a user