ez-configs icon indicating copy to clipboard operation
ez-configs copied to clipboard

A flake-parts module for simple nixos, darwin and home-manager configurations using project directory structure

Results 6 ez-configs issues
Sort by recently updated
recently updated
newest added

Currently i don't see a way to use ez-configs to load a [nix-on-droid](https://github.com/nix-community/nix-on-droid) config, other than [adding it manually to flake-parts](https://github.com/brckd/nixdots/blob/8b9429499c6bc0173a7fd0865856c6b98266422b/flake.nix#L45-L65). I am aware that nix-on-droid is a pain to...

Previously adding a homeConfiguration to a host was only possible via setting `ezConfigs.darwin.hosts..userHomeModules` or `ezConfigs.nixos.hosts..userHomeModules` at the flake level. Importing a userModule inside a `nixosModule` or `darwinModule` was not possible....

also cleanup some statix/deadnix errors i came across

I use the same username on my home and work computers, but need to apply different home-manager config based on environment. Got any tips for how to do this?

Allows setting an attribute set in a form: ```nix { host-user-name = "homeConfigurations-module"; } ``` to `{nixos,darwin}.hosts..userHomeModules` Would close #11

First of all, thanks for this amazing library. Having an opinionated framework for modules organization helped me tame my configuration as it grew. Still, I had one tooling/usability issue: while...