How can I read standalone Home Manager's config in quirks for user specific config? #610
Unanswered
HPCesia
asked this question in
Help - Issues / Problem Solving / How To
Replies: 1 comment
|
Yes; the quirk resolves within the scope of the aspect that produced it so that should just work today -- if not on main, then I confirmed it works on #563. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
If I'm using Home Manager's NixOS module, I can read HM config by some thing like below:
But how can I read HM config when using standalone HM? Can I add
hmConfigas an arg to a specific quirk?All reactions