sntx

Results 37 comments of sntx

So you are saying the error is thrown by just importing the anyrun hm module? Can you try `inputs.anyrun.nixosModules."${system}".home-manager`?

> Can you try `inputs.anyrun.nixosModules."${system}".home-manager`? My bad, I forked anyrun and forgot I changed the flake that much. The following is a reference on how I circumvented the problem. You...

I'm currently working on an example restructure for the repo (c.f. #87). I'll look into it once I've finished that.

The fix to this is to import the `anyrun.homeManagerModules.anyrun` from within your hm configuration, not your nixos configuration. [This](https://git.sr.ht/~sntx/hive/tree/db15531fa1e9e21ca543318f5a160edfca11670e/item/cells/hive/homeProfiles/anyrun/default.nix) is the current config I'm using for the anyrun module: ```nix...

Should a `config` struct be introduced that is build from `cli args`, `env vars` and `config files` to solve this? This struct could easily be (self-) documented and extended. It...

There are already proven crates that we could use to achive this, i.e. [config](https://crates.io/crates/config) and [figment](https://crates.io/crates/figment). If there's interest for something like it, I'd be willing to implement a draft...

I wanted to try wayab, but it aborts when I try to run it for one of my outputs. ``` [...] Got a registry event for wl_output id 44 name:...

This PR should also close #14 . I also want to say that we already have a PR #116 that adresses the same issue.

> We could add a `$@` to pass along any user supplied flags, if that's possible amd practical. That would be a bit more consistent with the way other block...

[nixpkgs/unstable](https://search.nixos.org/packages?channel=unstable&show=systemdMinimal&from=0&size=50&sort=relevance&type=packages&query=run0l) contains run0. However [nixpkgs/24.05](https://search.nixos.org/packages?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=run0) doesn't...