Hey guys,
I am trying to switch from using home-manager independently, to using home manager from the /etc/nixos/configuration.nix file.
Before making the switch, I had things working fine, but after the switch it looks like not everything is being updated after a nixos-rebuild switch
anymore.
For example, nothing gets added to my users .profile file anymore.
Here is my configuration: nixos-config/configuration.nix at 18159c84ee1f4c7d29feb43f31e15390fcbf5494 · bamidev/nixos-config · GitHub
I’m not getting any errors, but am I doing anything weird maybe?
Thank you.