Skip to content

Commit

Permalink
🔧 rsync args
Browse files Browse the repository at this point in the history
  • Loading branch information
shelken committed Oct 12, 2024
1 parent 330c42f commit 7aa37ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/apps/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in {
];

home.activation.installAstroNvim = lib.hm.dag.entryAfter ["writeBoundary"] ''
${pkgs.rsync}/bin/rsync -avz --chmod=D2755,F744 ${astronvim-config}/ ${config.xdg.configHome}/nvim/
${pkgs.rsync}/bin/rsync -avz --delete --chmod=D2755,F744 ${astronvim-config}/ ${config.xdg.configHome}/nvim/
'';

programs.neovim = {
Expand Down

0 comments on commit 7aa37ae

Please sign in to comment.