cleanup font handling
This commit is contained in:
parent
c4739ab3fb
commit
b907855018
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: Cascadia Code
|
family: CaskaydiaCove Nerd Font
|
||||||
size: 12
|
size: 12
|
||||||
|
|
||||||
background_opacity: 0.9
|
background_opacity: 0.9
|
||||||
|
|
|
@ -53,7 +53,7 @@ for_window [title="pyCalc"] floating enable
|
||||||
for_window [title="insect"] floating enable
|
for_window [title="insect"] floating enable
|
||||||
|
|
||||||
# font
|
# font
|
||||||
font Cascadia Code 10
|
#font pango:CaskaydiaCove Nerd Font Mono 10
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
set $black #2d2a2e
|
set $black #2d2a2e
|
||||||
|
|
|
@ -72,14 +72,14 @@ in {
|
||||||
fonts.enableDefaultFonts = true;
|
fonts.enableDefaultFonts = true;
|
||||||
fonts.fontconfig.antialias = true;
|
fonts.fontconfig.antialias = true;
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
cascadia-code
|
corefonts
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
|
||||||
font-awesome
|
|
||||||
meslo-lg
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
(nerdfonts.override {
|
||||||
|
fonts = [ "CascadiaCode" "Meslo" ];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue