Hello, I am able to run the example flake, but can't figure out how to integrate it into an existing setup with home manager. My config is esentially this template with slight changes: https://github.com/dustinlyons/nixos-config/tree/main/templates/starter
The way I understand it, I'd need to
- Copy the example flake directory somewhere within the nix configuration dir;
- Import the flake by path and use one of the flake's outputs in home manager.
Is that the case?
Disclaimer:
Sorry, I'm new to nix, I've read through the docs and tried a few things but no luck.
Also, if GH is not the place to ask these kind of noob questions, please feel free to close the issue.
Hello, I am able to run the example flake, but can't figure out how to integrate it into an existing setup with home manager. My config is esentially this template with slight changes: https://github.com/dustinlyons/nixos-config/tree/main/templates/starter
The way I understand it, I'd need to
Is that the case?