use targets.darwin.copyApps instead of mac-app-util
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M user/settings/darwin.nix → user/settings/darwin.nix
@@ -8,6 +8,10 @@ home.packages = with pkgs; [ darwin.trash less ]; + targets.darwin.linkApps.enable = false; + targets.darwin.copyApps = { + enable = true; + }; home.file.".hushlogin".text = "";