Activated lid switch, optimized zsh and more

This commit is contained in:
2025-04-02 19:00:04 +02:00
parent b98f032141
commit cf823c0061
6 changed files with 112 additions and 7 deletions

View File

@@ -3,4 +3,10 @@
community.general.pacman:
name:
- gnome-terminal
state: present
state: present
- name: "Set zsh as default shell for {{users.client.username}}"
user:
name: "{{users.client.username}}"
shell: /usr/bin/zsh
become: true