<ashkitten>
hmm, do i really have to do `xdg.configFile."nixpkgs/config.nix".text = ''(import <nixpkgs/nixos> {}).config.nixpkgs.config'';` to get my user config synced with the system one?
<__monty__>
I'm trying to use buildEnv's `pathsToLink` to get .app's into ~/.nix-profile/Applications on a mac. Simply adding an empty buildEnv, declared in an overlay, to home.programs makes nix spit out `dumping very large path...` and it then proceeds to devour my memory.
<__monty__>
Is there a trick to using buildenv's with home-manager?