Open
Description
I am struggling implementing flake-parts to work as a part of nixosSystem declaration can you help? So that on system rebuild it also deploys the home-manager configuration for the user, so far i figured out this:
Which kinda defeats the purpose of flake-parts as i want to get rid of hard-coded paths so that i can just ideally do self.homeConfigurations."kreyren@sinnenfreude"
in modules and expect it to deploy the configuration while still being able to do e.g. nixos-rebuild --flake 'github:kreyren/nixos-config#homeConfigurations.\"kreyren@sinnenfreude\""
and have the home-manager deployed independently from the nixosSystem
Metadata
Assignees
Labels
No labels