mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
17 lines
387 B
YAML
17 lines
387 B
YAML
---
|
|
machine_role: personal_workstation
|
|
role_profile: personal_workstation
|
|
role_stability: stable
|
|
|
|
personal_workstation_directories:
|
|
- path: "{{ user_home }}/Documents"
|
|
mode: "0755"
|
|
- path: "{{ user_home }}/Downloads"
|
|
mode: "0755"
|
|
- path: "{{ user_home }}/Org"
|
|
mode: "0755"
|
|
- path: "{{ user_home }}/Remotes"
|
|
mode: "0755"
|
|
|
|
personal_workstation_flatpak_packages: []
|