Update files

This commit is contained in:
2026-03-23 21:32:14 +00:00
parent dea59a0c17
commit 43e0876595
3 changed files with 3 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
[Trash Info]
Path=/home/chris/.config/nixos/initial-configs/nextcloud.cfg
DeletionDate=2026-03-23T21:32:08

View File

@@ -61,13 +61,6 @@
exit
fi
DEST_FILE="$HOME/.config/Nextcloud/nextcloud.cfg"
if [ ! -f "$DEST_FILE" ]; then
mkdir -p "$(dirname "$DEST_FILE")"
cp "${../initial-configs/nextcloud.cfg}" "$DEST_FILE"
fi
DEST_FILE="$HOME/.config/sinew.in/Enpass.conf"
if [ ! -f "$DEST_FILE" ]; then