mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
18 lines
364 B
YAML
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"
|