Correct way of doing multi-system on home-manager configurations #342
Unanswered
CyberDruga
asked this question in
Q&A
Replies: 1 comment
-
|
you're looking for withSystem |
Beta Was this translation helpful? Give feedback.
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.
-
I'm re-working my home-manager config file, but I can't find a way to make my config system agnostic. On flake-utils I would just use the
eachDefaultSystemPassThrough, but I can't find a way to do the same in flake parts.here's how it looks right now:

how can I do this without using flake-utils ?
Beta Was this translation helpful? Give feedback.
All reactions