Reusing unify modules within other unify modules
The above code does actually work, but a fix (#19) was needed to properly expose unify modules as flake.modules. I am now able to build my config (profiles and all) with Unify. Thanks for this...
Fixed the
lib.mapAttrs func for exposing flake modules
694cfe7506
Fixed the
lib.mapAttrs func for exposing flake modules
Reusing unify modules within other unify modules
I've tried reading the source code and documentation and I'm wondering if this works:
{self, ...}: {
unify.modules.wayland-utils = {
home = {pkgs, ...}: {
imports = with...
Reusing unify modules within other unify modules