feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2023-01-24 20:07:10 +00:00
parent 9343807632
commit 807bf7f1c8
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 26 additions and 16 deletions

View file

@ -34,7 +34,7 @@
# User personal keyrings
@{XDG_SSH_DIR}=".ssh"
@{XDG_GPG_DIR}=".gnupg"
@{XDP_PASSWORD_STORE_DIR}=".password-store"
@{XDG_PASSWORD_STORE_DIR}=".password-store"
# Definition of local user configuration directories
@{XDG_CACHE_HOME}=".cache"
@ -71,7 +71,7 @@
@{user_videos_dirs}=@{HOME}/@{XDG_VIDEOS_DIR} @{MOUNTS}/@{XDG_VIDEOS_DIR}
@{user_vm_dirs}=@{HOME}/@{XDG_VM_DIR} @{MOUNTS}/@{XDG_VM_DIR}
@{user_work_dirs}=@{HOME}/@{XDG_WORK_DIR} @{MOUNTS}/@{XDG_WORK_DIR}
@{user_password_store_dirs}=@{HOME}/@{XDP_PASSWORD_STORE_DIR} @{MOUNTS}/@{XDP_PASSWORD_STORE_DIR}
@{user_password_store_dirs}=@{HOME}/@{XDG_PASSWORD_STORE_DIR} @{MOUNTS}/@{XDG_PASSWORD_STORE_DIR}
# Also, include files in tunables/xdg-user-dirs.d for site-specific adjustments
# to the various XDG directories