mg95
mg95
checked the code, can approve, i hope this gets merged soon!
I have also come across the same issue and created a band-aid solution for it ```nix final: prev: { firefox-darwin = prev.firefox-bin.overrideAttrs (previousAttrs: { postInstall = '' folder="''${out}/Applications/Firefox.app/Contents/Resources/distribution" mkdir -p...
Nope, still doesn't work with this override ```nix (pkgs.hyprlandPlugins.hyprexpo.overrideAttrs (oldAttrs: rec{ stdenv = pkgs.gcc14Stdenv; })) ```
im sorry if this is turning into a nixos support thread but using .override gives me this error: ```fish error: function 'anonymous lambda' called with unexpected argument 'stdenv' ```
I had to change `prev.hyprland-plugins` to `prev.hyprlandPlugins` for it to compile but nope, still the same error.
I have the same issue, I've tried everything in this thread. I've tried every option under /dev/dri and some give a black screen while some immediately crash without any logs....
Are there any updates on this? I can't access the second layer of my touchbar, which seems to be related to this issue.
are there any updates on this?
I've tried setting the predicate to just false and to just true but none of them did anything
are there any updates on this?