Add fancier fonts for sway

This commit is contained in:
Artemis Tosini 2021-11-12 18:33:13 +00:00
parent 51bbfad1e7
commit 93ab08adac
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 15 additions and 3 deletions

View file

@ -47,7 +47,7 @@ in
menu = "wofi -i -S run";
fonts = {
names = [ "Fira Code" ];
names = [ "Inter" ];
size = 8.0;
};

View file

@ -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
];
};
}