Shortend desktop to desk

This commit is contained in:
2025-07-09 03:18:07 +02:00
parent e4ff99e336
commit dd1aab70fb
109 changed files with 85 additions and 85 deletions

View File

@@ -0,0 +1,12 @@
- name: Install Gnome Terminal
# @see https://en.wikipedia.org/wiki/GNOME_Terminal
community.general.pacman:
name:
- gnome-terminal
state: present
- name: "Set zsh as default shell for {{users.client.username}}"
user:
name: "{{users.client.username}}"
shell: /usr/bin/zsh
become: true