This commit is contained in:
Charlie Root 2024-12-05 22:49:04 +01:00
commit f1a1b4d72f
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 4 additions and 3 deletions

View file

@ -8,6 +8,7 @@
colours = config.modules.style.colorScheme.colors;
inherit (lib) mkIf;
foot-config = pkgs.writeText "foot.ini" (lib.generators.toINI {} {
main = {
term = "foot";
@ -15,8 +16,8 @@
title = "foot";
locked-title = "no";
font = "Iosevka Nerd Font:size=14";
font-bold = "Iosevka Nerd Font:size=14";
font = "Iosevka Custom:size=14";
font-bold = "Iosevka Custom:size=14";
line-height = 20;
letter-spacing = 0;