sntx
sntx
I'll just add the resulting information of my try on running portmaster under nixos and add my thoughts to this issue's history. I tried manually "installing" portmaster. Just so that...
# Part 2 - Hacking portmaster into your nixos configuration Like my previous post, this post is aimed at getting something working first, then figuring out all the other problems...
What's the state of this PR (draft)? I'd be willing to help by rewriting and deduplicating the functions in `lib/utils.nix`. Is there something else I can/should work on?
I wonder if this could be upstreamed, though I don't see a PR for that. Is there interest for such a feature?
I've thought about it a bit more. The only way I can think of realizing this is by creating a service for each wildcard that dynamically bindmounts matches at runtime...
I like this change, and I think it should be included in the project! However, the functionality should be behind a config option. I also think the option should be...
Yes, `nix-run` is more descriptive. I'll update the pr.
> Without an activation keyword, doesn't this plugin "conflict" with the `applications` plugin? Basically you'd get the same programs twice in case you already have the program installed. I'd say...
I though about adding it as a config option similar to how [symbols does it](https://github.com/Kirottu/anyrun/blob/master/plugins/symbols/README.md). `nixpkgs#` would be a good default value (though I personally prefer for it to be...
> This seems very similar to [`,`](https://github.com/nix-community/comma) - since it's also written in rust, would it be possible to integrate such that you don't need to necessarily know the exact...