diff --git a/modules/beatific.nix b/modules/beatific.nix index 38da2d6..d451af4 100644 --- a/modules/beatific.nix +++ b/modules/beatific.nix @@ -62,6 +62,7 @@ in { # -r (recursively copy dirs) -p (preserve mode, ownership, timestamps) cp = "cp -rp"; xo = "xdg-open"; + smv = "rsync -v --remove-source-files"; }; security.sudo.extraRules = [{ users = [ "tvb" ];