Hey folks,
I’m using flakes to define nixosSystem configurations which I then use to create virtual machines with ‘nix build […]build.vm’
In my nixosConfiguration I’m importing home-manager and have defined ‘home-manager.users..home.programs.home-manager.enable = true’
I was expecting that as result ‘home-manager’ would be installed for my user and that ‘~/.config/nixpkgs/home-manager’ would be setup, but neither ‘home-manager’ is available nor that directory exists.
Any ideas on what could be wrong or how to troubleshoot? Many thanks in advance