Files
infra/ansible/inventory/group_vars/workstation.yml
2026-03-23 22:04:25 +01:00

18 lines
364 B
YAML

---
profile_packages:
- dbus-user-session
- gnome-keyring
- gnome-shell-extension-manager
- gnome-shell-extensions
- gnome-terminal
- gnome-tweaks
- seahorse
workstation_user_directories:
- path: "{{ user_home }}/.config"
mode: "0755"
- path: "{{ user_home }}/.local"
mode: "0755"
- path: "{{ user_home }}/.local/bin"
mode: "0755"