• Joined on 2025年06月27日
zSuperx commented on issue quasigod/unify#18 2025年07月02日 05:53:26 +02:00
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...

zSuperx created pull request quasigod/unify#19 2025年07月02日 05:43:05 +02:00
Fixed the lib.mapAttrs func for exposing flake modules
zSuperx pushed to expose-unify-modules at zSuperx/unify 2025年07月02日 05:31:26 +02:00
zSuperx created branch expose-unify-modules in zSuperx/unify 2025年07月02日 05:31:25 +02:00
zSuperx pushed to main at zSuperx/unify 2025年07月02日 05:26:51 +02:00
694cfe7506 Fixed the lib.mapAttrs func for exposing flake modules
zSuperx created repository zSuperx/unify 2025年07月02日 03:56:13 +02:00
zSuperx commented on issue quasigod/unify#18 2025年06月30日 22:59:09 +02:00
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...
zSuperx opened issue quasigod/unify#18 2025年06月30日 21:23:37 +02:00
Reusing unify modules within other unify modules