Closed valentinegb closed 3 days 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:
programs.kitty
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:
kitty
My mistake, I'll fix that. In the meantime, you can use this instead
environment.systemPackages = [ pkgs.kitty ];
Fixed this a while back, forgot to close.
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 inHyprland 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 namedprograms.kitty
: