Skip to content

Commit

Permalink
Grant write to user
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Sep 6, 2024
1 parent 19ec557 commit cb7e88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/aarch64-darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
dst="${config.home.homeDirectory}/Applications/Home Manager Trampolines"
mkdir -p "$dst"
${pkgs.rsync}/bin/rsync --archive --checksum --copy-unsafe-links --delete "$src" "$dst"
chmod -R u+rwX "$dst"
chmod -R 755 "$dst"
'';
};
}

0 comments on commit cb7e88d

Please sign in to comment.