Atemu

Results 353 comments of Atemu

I don't think proper typing is going to happen in Nix any time soon. If work were to start now, I'd expect it to be usable no sooner than a...

I'd like some confirmation on exactly that.

~~@Sapiosenses is not a µG dev, though they appear to be knowledgeable.~~ Edit: You were talking about https://github.com/microg/GmsCore/issues/2623#issuecomment-2473637466.

Aaaand I already found something that breaks this: The emacsclient desktop file does this: ``` Exec=sh -c "if [ -n \\"\\$*\\" ]; then exec /nix/store/fsglyaxfhlavaskr159b4yyjlajy4qq5-emacs-29.4/bin/emacsclient --alternate-editor= --display=\\"\\$DISPLAY\\" \\"\\$@\\"; else exec...

That'd be immensely helpful indeed. We only need the basename but that's easy enough to extract as shown here. Although getting the name without the `.desktop` suffix would be rather...

It is no longer completely untested. It works! Really well actually. Rofi is now able to launch all of my apps without issue using: -run-command "bash -c 'systemd-run --user --unit=app-rofi-\"\$(systemd-escape...

Hm, unfortunately I found something that breaks. `scrcpy.desktop` has this: ``` # For some users, the PATH or ADB environment variables are set from the shell # startup file, like...

Another pitfall I just noticed is that this is not compatible with `run` of course as there's no desktop app_id it could provide. I'll make the `--unit` flag optional for...

a) Ugh, what an arbitrary l limitation. That and the fact that it's so tightly coupled to flakes makes me want a different tool. How hard can it be to...

What would we need cachix for? We won't be building anything in GH actions.