Squashed commit of the following:

commit 1c8b782f923d94e2c7dfdd93c1f4412d0949100f
Author: Filippo Berto <berto.f@protonmail.com>
Date:   Wed Apr 2 10:45:01 2025 +0200

    Foot terminal

commit 3e9a1665eac07458dd86502c8b33113bde87e4aa
Author: Filippo Berto <berto.f@protonmail.com>
Date:   Sun Dec 15 12:40:56 2024 +0100

    Sif: fix missing fonts

commit 014c7f739b3758b880f957cc07d1633843883c88
Author: Filippo Berto <berto.f@protonmail.com>
Date:   Sun Dec 15 12:40:39 2024 +0100

    Foot: WIP
This commit is contained in:
Filippo Berto 2025-04-02 23:22:20 +02:00
parent 454187e8ed
commit 369fa8dc43
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
7 changed files with 77 additions and 5 deletions

View file

@ -37,11 +37,13 @@ in
font = {
normal = {
name = "Cantarell";
fc = "Cantarell";
package = pkgs.cantarell-fonts;
size = 10;
};
monospace = {
name = "CaskaydiaCove Nerd Font";
fc = "CaskaydiaMono NF";
package = pkgs.nerd-fonts.caskaydia-mono or (pkgs.nerdfonts.override { fonts = [ "CascadiaCode" ]; });
# package = pkgs.nerdfonts.override { fonts = [ "CascadiaCode" ]; };
# name = "FiraCode Nerd Font Mono";