+ mimeapps.list

default apps
This commit is contained in:
fro
2026-02-09 09:09:06 -05:00
parent b082472b3e
commit e7d9d57eee
2 changed files with 34 additions and 0 deletions

View File

@@ -205,6 +205,11 @@ if [ ${operation} == "dots" ] ; then
file_path=/etc
deploy_file "${dots_trg}/environment/${file_name}" "${file_path}/${file_name}" no_chown
# mimeapps
file_name=mimeapps.list
file_path=/home/${system_user}/.config
deploy_file "${dots_trg}/mimeapps/${file_name}" "${file_path}/${file_name}" no_chown
# mounts
file_name=mnt-nas.mount
file_path=/etc/systemd/system