Brennan Craig

Results 5 comments of Brennan Craig

I just noticed that I'm an absolute Powershell noob and the same effect could just be accomplished with `ImageViewer (ls -n | rg foo)`, but it would still be nice...

Hey I just ran into this problem myself and was trying to find workarounds; it turns out that the issue behind this is actually an issue with the language itself...

Oops I didn't see the operating system question. I'm using NixOS 25.11.

Ah, I'm using the NixOS package, not the flatpak. The issue does not persist with the flatpak, only the NixOS package (which means that using it is actually a good...

I did some research online and the issue seems to be the same as in nixpkgs issue [#111368](https://github.com/NixOS/nixpkgs/issues/111368), which suggests adding `wrapGAppsHook` in `nativeBuildInputs`. I've done that `nix/unwrapped.nix` and that...