Skip to content
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

programs.kitty does not exist, inaccuracy in Hyprland on NixOS.md? #778

Open
valentinegb opened this issue Sep 15, 2024 · 1 comment
Open

Comments

@valentinegb
Copy link

I'm new to Nix and NixOS, so please forgive me if I am misunderstanding, but it seems to me that programs.kitty is not an option that exists despite it being mentioned as such in Hyprland on NixOS.md:

programs = {
kitty.enable = true; # required for the default Hyprland config

Searching for options containing kitty on https://search.nixos.org/options yields no option named programs.kitty:

Screenshot 2024-09-14 at 9 17 45 PM

@fufexan
Copy link
Member

fufexan commented Sep 15, 2024

My mistake, I'll fix that. In the meantime, you can use this instead

environment.systemPackages = [
  pkgs.kitty
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants