fonts and hyprland

This commit is contained in:
Reid 2024-05-06 20:21:00 -07:00
parent 34e16f9ccf
commit abc75f79f8
6 changed files with 51 additions and 59 deletions

View file

@ -45,19 +45,19 @@ in {
package = pkgs.cozette;
family = "CozetteVector";
size = 10;
size = 13;
};
monospaceBitmap = mkFontOption "bitmap monospace" {
package = pkgs.cozette;
family = "Cozette";
size = 10;
size = 13;
};
emoji = mkFontOption "emoji" {
package = pkgs.twitter-color-emoji;
family = "Twitter Color Emoji";
size = 10; # not applicable, but whatever
size = 13; # not applicable, but whatever
};
};
};