Update files
This commit is contained in:
@@ -31,17 +31,17 @@
|
||||
];
|
||||
};
|
||||
|
||||
# "/home/chris/Games" = {
|
||||
# device = "/dev/disk/bi-label/Games";
|
||||
# fsType = "ext4";
|
||||
# options = [
|
||||
# "defaults"
|
||||
# "x-systemd.mount-timeout=5"
|
||||
# "user"
|
||||
# "exec"
|
||||
# "x-systemd.automount"
|
||||
# "noauto"
|
||||
# ];
|
||||
# };
|
||||
"/home/chris/Games" = {
|
||||
device = "/dev/disk/by-label/Games";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"defaults"
|
||||
"x-systemd.mount-timeout=5"
|
||||
"user"
|
||||
"exec"
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -64,18 +64,21 @@
|
||||
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
|
||||
mkdir -p "$(dirname "$DEST_FILE")"
|
||||
cp "${../initial-configs/Enpass.conf}" "$DEST_FILE"
|
||||
fi
|
||||
|
||||
DEST_FILE="$HOME/.config/obsidian/obsidian.json"
|
||||
|
||||
if [ ! -f "$DEST_FILE" ]; then
|
||||
mkdir -p "$(dirname "$DEST_FILE")"
|
||||
cp "${../initial-configs/obsidian.json}" "$DEST_FILE"
|
||||
fi
|
||||
'';
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
".cache/wal"
|
||||
".config/yazi/plugins"
|
||||
".config/nixos"
|
||||
".config/Nextcloud"
|
||||
".config/spotify"
|
||||
".config/sinew.in"
|
||||
".config/chromium"
|
||||
".config/obsidian"
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
"/etc/passwd"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user