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