full log:
$ kitty
[0.167] [glfw error 65542]: EGL: Failed to get EGL display: Success
[0.179] Traceback (most recent call last):
File "/nix/store/2x0qa05yfmr8a0xgnz5bxk0m4syfk6mv-kitty-0.34.1/bin/../lib/kitty/kitty/main.py", line 562, in main
_main()
File "/nix/store/2x0qa05yfmr8a0xgnz5bxk0m4syfk6mv-kitty-0.34.1/bin/../lib/kitty/kitty/main.py", line 554, in _main
run_app(opts, cli_opts, bad_lines)
File "/nix/store/2x0qa05yfmr8a0xgnz5bxk0m4syfk6mv-kitty-0.34.1/bin/../lib/kitty/kitty/main.py", line 297, in __call__
_run_app(opts, args, bad_lines)
File "/nix/store/2x0qa05yfmr8a0xgnz5bxk0m4syfk6mv-kitty-0.34.1/bin/../lib/kitty/kitty/main.py", line 268, in _run_app
window_id = create_os_window(
^^^^^^^^^^^^^^^^^
ValueError: Failed to create GLFWwindow
is there anyone with the same issue? The only thing I could think of is that i have mesa driver from hyprland’s flake input but if i remove them hyprland would not launch:
# https://wiki.hyprland.org/Nix/Hyprland-on-NixOS/
hardware.opengl = {
package = inputs.hyprland.inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.mesa.drivers;
# if you also want 32-bit support (e.g for Steam)
driSupport32Bit = true;
package32 = inputs.hyprland.inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.pkgsi686Linux.mesa.drivers;
};