Skip to content

bug: kitty: setting kitty.font.package causes kitty to crash #7147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 tasks done
donottellmetonottellyou opened this issue May 27, 2025 · 2 comments
Open
2 tasks done
Assignees
Labels
bug triage Issues or feature request that have not been triaged yet

Comments

@donottellmetonottellyou

Are you following the right branch?

  • My Nixpkgs and Home Manager versions are in sync

Is there an existing issue for this?

  • I have searched the existing issues

Issue description

With this config...

      font = {
        package = pkgs.nerd-fonts.fira-code;
        name = "FiraCode Nerd Font";
        size = 12;
      };

...kitty will simply fail to launch on 25.05. This is not an issue with 24.11.

I am using FiraCode as a system font, so in my case I can remove the package attribute. Doing this fixes the crash.

Maintainer CC

@khaneliman

System information

- system: `"x86_64-linux"`
 - host os: `Linux 6.12.30, NixOS, 25.05 (Warbler), 25.05.802491.7c43f080a7f2`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.28.3`
 - channels(root): `"home-manager-25.05.tar.gz, nixos-25.05, nixos-unstable, nixpkgs-donottellmetonottellyou"`
 - nixpkgs: `/nix/store/d0gkkdlqbd27j94malk85bqi1qircfia-nixos-25.05/nixos`
@donottellmetonottellyou donottellmetonottellyou added bug triage Issues or feature request that have not been triaged yet labels May 27, 2025
@donottellmetonottellyou
Copy link
Author

Might be caused by upstream changes. Kitty already has a dependency on nerd-fonts?

donottellmetonottellyou added a commit to donottellmetonottellyou/nixos that referenced this issue May 27, 2025
donottellmetonottellyou added a commit to donottellmetonottellyou/nixos that referenced this issue May 27, 2025
@nixos-discourse
Copy link

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/kitty-crash-on-launch-on-25-05/64467/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Issues or feature request that have not been triaged yet
Projects
None yet
Development

No branches or pull requests

4 participants