migrating /mnt to /srv

This commit is contained in:
2024-10-24 10:18:18 -06:00
parent 84bc9cddab
commit 9683177062
9 changed files with 33 additions and 33 deletions

View File

@@ -22,7 +22,7 @@
sc = "systemctl --user";
jc = "journalctl --user -xefu";
open-gallery = ''
cd /mnt/miniserver/pool/scrapping/JawZ/gallery-dl &&
cd /srv/miniserver/pool/scrapping/JawZ/gallery-dl &&
xdg-open "$(fd . ./ Husbands -tdirectory -d 1 | fzf -i)"'';
};
enableVteIntegration = true;