font: try cascadia code

This commit is contained in:
2024-05-02 14:16:25 +02:00
parent 941e8a5dca
commit 8e7629da2e
6 changed files with 8 additions and 8 deletions

View File

@@ -16,8 +16,9 @@
package = pkgs.alacritty;
settings = {
font = rec { # Font - Laptop has size manually changed at home.nix
#normal.family = "Source Code Pro";
normal.family = "FiraCode Nerd Font";
#normal.family = "FiraCode Nerd Font";
normal.family = "Cascadia Code";
#normal.family = "Intel One Mono";
#bold = { style = "Bold"; };
# size = 8;
};