create syncfs mount if not present

This commit is contained in:
Daniella / Tove 2024-10-19 03:21:35 +02:00
parent 0f2dd8a3c1
commit 7ac540f733

View file

@ -41,6 +41,7 @@ pkgs.writeShellScriptBin "nixos-edit" ''
git config --global push.default current
echo configs set
echo mounting syncfs
mkdir ~/sync 2> /dev/null
startsync > /dev/null 2>&1 &
echo opening git key add page
echo "-> close firefox when complete."