all repos — nixfiles @ f882cacd9b46335169efab7928e3f4a2da0f142c

System and user configuration, managed by nix and home-manager

use targets.darwin.copyApps instead of mac-app-util

Alan Pearce
commit

f882cacd9b46335169efab7928e3f4a2da0f142c

parent

0b36956ee8d445f2988766fab5e162c4f8d3a015

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M user/settings/darwin.nixuser/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 = "";