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