Add fancier fonts for sway
This commit is contained in:
parent
51bbfad1e7
commit
93ab08adac
|
@ -47,7 +47,7 @@ in
|
||||||
menu = "wofi -i -S run";
|
menu = "wofi -i -S run";
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
names = [ "Fira Code" ];
|
names = [ "Inter" ];
|
||||||
size = 8.0;
|
size = 8.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -5,16 +5,28 @@
|
||||||
fontconfig.enable = true;
|
fontconfig.enable = true;
|
||||||
enableDefaultFonts = true;
|
enableDefaultFonts = true;
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
|
# MS fonts
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
corefonts
|
corefonts
|
||||||
|
|
||||||
|
# Mono fonts
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
fira-code
|
fira-code
|
||||||
|
iosevka
|
||||||
|
source-code-pro
|
||||||
|
source-sans-pro
|
||||||
|
|
||||||
|
# UI fonts
|
||||||
|
b612
|
||||||
|
inter
|
||||||
|
inter-ui
|
||||||
|
roboto
|
||||||
|
|
||||||
|
# All the noto
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
noto-fonts-extra
|
noto-fonts-extra
|
||||||
source-code-pro
|
|
||||||
source-sans-pro
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue