mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Cozette font
This commit is contained in:
parent
d13b715ea1
commit
acdb3c4a04
4 changed files with 10 additions and 7 deletions
|
|
@ -6,6 +6,7 @@
|
|||
fontDir.enable = true;
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
allowBitmaps = true;
|
||||
defaultFonts = {
|
||||
emoji = [
|
||||
"Twitter Color Emoji"
|
||||
|
|
@ -18,6 +19,8 @@
|
|||
font-awesome
|
||||
nerdfonts
|
||||
vegur
|
||||
creep
|
||||
cozette
|
||||
emacs-all-the-icons-fonts
|
||||
twitter-color-emoji
|
||||
];
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@ in {
|
|||
settings = {
|
||||
main = {
|
||||
term = "xterm-256color";
|
||||
font = "Iosevka Term:size=9, Twitter Color Emoji:size=8";
|
||||
font-bold = "Iosevka Term:size=9:style=Bold";
|
||||
font-italic = "Iosevka Term:size=9:style=Italic";
|
||||
font-bold-italic = "Iosevka Term:size=9:style=Bold Italic";
|
||||
font = "Cozette:size=9, Twitter Color Emoji:size=8";
|
||||
font-bold = "Cozette:size=9:style=Bold";
|
||||
font-italic = "Cozette:size=9:style=Italic";
|
||||
font-bold-italic = "Cozette:size=9:style=Bold Italic";
|
||||
dpi-aware = "no";
|
||||
};
|
||||
colors = {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ let
|
|||
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
|
||||
config.lib.arc.base16.schemeForAlias.default;
|
||||
font = {
|
||||
name = "Iosevka Term";
|
||||
name = "Cozette";
|
||||
size = 9.0;
|
||||
size_css = "12px";
|
||||
};
|
||||
|
|
@ -148,7 +148,7 @@ xkb_symbols "basic" {
|
|||
names = [ font.name ];
|
||||
style = "Medium";
|
||||
size = font.size;
|
||||
};
|
||||
};
|
||||
terminal = "${pkgs.foot}/bin/foot";
|
||||
# TODO: replace with wofi
|
||||
menu =
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ let
|
|||
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
|
||||
config.lib.arc.base16.schemeForAlias.default;
|
||||
font = {
|
||||
name = "Iosevka Nerd Font";
|
||||
name = "Cozette";
|
||||
size = "10";
|
||||
size_css = "12px";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue