mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 10:37:52 +08:00
17 lines
278 B
YAML
17 lines
278 B
YAML
# GNOME desktop
|
|
pacman:
|
|
install:
|
|
- phosh
|
|
filesystem:
|
|
files:
|
|
- path: /var/lib/AccountsService/users/alarm
|
|
content: |
|
|
[User]
|
|
Session=phosh
|
|
- path: /var/lib/AccountsService/users/arch
|
|
content: |
|
|
[User]
|
|
Session=phosh
|
|
+also:
|
|
- desktop/gnome
|