Mihai Fufezan

Results 491 comments of Mihai Fufezan

The `-git` equivalent on Nix is the flake, which you already said you were using. Make sure it is up to date. Check the version using `hyprctl version`, and make...

> I switched it out but now web browsers and the kitty terminal are not working, at least the plugin actually initialized this time. I doubt that's related to Hyprland,...

Make sure you're not overriding any of Hyprland's inputs (i.e by using `inputs.hyprland.inputs.nixpkgs.follows = "nixpkgs";`).

> * It uses hyprland from nixpkgs to avoid adding it as a flake input. I believe it's fine. If you need the latest you could fetch the overlay with...

https://github.com/hyprwm/xdg-desktop-portal-hyprland/pull/268

None of the maintainers use Alpine, thus no alpine testing. If there's anyone maintaining an Alpine build, they can report issues here. As for the CMakeLists.txt, we could do the...

Space is a valid character that can be input, so I'd assume no.

> @fufexan Any concerns with this approach? I'm curious if there's any issues related to uwsm or anyone that might be calling it manually. No, looks fine. UWSM will detect...

Hyprland usually shows notifications when loading plugins, on success and on failure. Unless you've disabled it or something changed, that should've popped up. By "nix website" are you referring to...

Based on the report from https://github.com/hyprwm/hyprutils/issues/73 they are required, but not present in `stdenv.hostPlatform`. I don't think Nixpkgs has a mechanism to check that before using mold. So it will...