1: Fix silly syntax issue in kitty.nix

This commit is contained in:
uzy lol 2024-12-28 15:23:01 -08:00
parent e7ffb6e0e8
commit b25ea486b3

View File

@ -6,7 +6,7 @@
enableFishIntegration = true; enableFishIntegration = true;
}; };
font = { font = {
name = "CaskaydiaCove Nerd Font" name = "CaskaydiaCove Nerd Font";
}; };
}; };
} }