-
|
Is there a way to set a default config that will only apply to all standalone |
Beta Was this translation helpful? Give feedback.
Answered by
vic
Feb 27, 2026
Replies: 1 comment 1 reply
-
|
Yes, use den.ctx.home.homeManager = { pkgs, ... }: { .... };this should apply to ALL standalone home-manager configurations. Docs: https://den.oeiuwq.com/explanation/context-pipeline/#standalone-home-manager |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
musjj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, use
den.ctx.homethis should apply to ALL standalone home-manager configurations.
Docs: https://den.oeiuwq.com/explanation/context-pipeline/#standalone-home-manager