fix(nixos/appearance): Font size for terminals
This commit is contained in:
parent
e5ec3cad8c
commit
04687653a5
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ in {
|
||||||
package = pkgs.whatsapp-emoji-font;
|
package = pkgs.whatsapp-emoji-font;
|
||||||
name = "Apple Color Emoji";
|
name = "Apple Color Emoji";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sizes = {
|
||||||
|
terminal = 11;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
|
|
Loading…
Reference in a new issue