hyprwm / hyprland-wiki

The Hyprland Wiki Pages, automatically synced with the website.
BSD 3-Clause "New" or "Revised" License
249 stars 368 forks source link

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

Closed valentinegb closed 3 days ago

valentinegb commented 1 month ago

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:

https://github.com/hyprwm/hyprland-wiki/blob/48693c72e47afd86db4abe4c79faaa0ce836722b/pages/Nix/Hyprland%20on%20NixOS.md?plain=1#L37-L38

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 commented 1 month ago

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

environment.systemPackages = [
  pkgs.kitty
];
fufexan commented 3 days ago

Fixed this a while back, forgot to close.