cleanup font handling

This commit is contained in:
foosinn 2022-02-12 01:06:27 +01:00
parent c4739ab3fb
commit b907855018
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
font:
normal:
family: Cascadia Code
family: CaskaydiaCove Nerd Font
size: 12
background_opacity: 0.9

View file

@ -53,7 +53,7 @@ for_window [title="pyCalc"] floating enable
for_window [title="insect"] floating enable
# font
font Cascadia Code 10
#font pango:CaskaydiaCove Nerd Font Mono 10
# colors
set $black #2d2a2e

View file

@ -72,14 +72,14 @@ in {
fonts.enableDefaultFonts = true;
fonts.fontconfig.antialias = true;
fonts.fonts = with pkgs; [
cascadia-code
corefonts
emacs-all-the-icons-fonts
fira-code
fira-code-symbols
font-awesome
meslo-lg
noto-fonts
noto-fonts-emoji
(nerdfonts.override {
fonts = [ "CascadiaCode" "Meslo" ];
})
];
nixpkgs.config.allowUnfree = true;