More stuff

This commit is contained in:
2026-03-15 17:04:38 +00:00
parent 51ab62ab2b
commit 95f1f15a68
9 changed files with 73 additions and 9 deletions

View File

@@ -72,6 +72,12 @@
if [ ! -f "$DEST_FILE" ]; then
cp "${../initial-configs/Enpass.conf}" "$DEST_FILE"
fi
DEST_FILE="$HOME/.config/obsidian/obsidian.json"
if [ ! -f "$DEST_FILE" ]; then
cp "${../initial-configs/obsidian.json}" "$DEST_FILE"
fi
'';
setupDefaultWallpaper = lib.hm.dag.entryAfter ["writeBoundary"] ''
if [[ -v DRY_RUN ]]; then