Revert "Add mount-protondrive script"

This reverts commit 7ec88d955e.
This commit is contained in:
Evie Litherland-Smith 2025-01-16 08:00:00 +00:00
parent 10ca2d59ce
commit 0f0908b564
2 changed files with 0 additions and 4 deletions

View file

@ -7,7 +7,6 @@
(pkgs.writeShellScriptBin "rsync-local-config" (builtins.readFile ./shell/rsync-local-config.sh))
(pkgs.writeShellScriptBin "xdg-query-program" (builtins.readFile ./shell/xdg-query-program.sh))
(pkgs.writeShellScriptBin "animate-wallpaper" (builtins.readFile ./shell/animate-wallpaper.sh))
(pkgs.writeShellScriptBin "mount-protondrive" (builtins.readFile ./shell/mount-protondrive.sh))
(pkgs.writeShellScriptBin "mount-onedrive" (builtins.readFile ./shell/mount-onedrive.sh))
];
}

View file

@ -1,3 +0,0 @@
PROTONDRIVE="$HOME/ProtonDrive"
[ -d "$PROTONDRIVE" ] || mkdir -p "$PROTONDRIVE"
[ -z "$(ls -A "$PROTONDRIVE")" ] && rclone --vfs-cache-mode writes mount --daemon ProtonDrive: "$PROTONDRIVE"