Initial commit

This commit is contained in:
Oliver Traber 2023-11-22 22:55:38 +01:00
commit d48ff80f07
Signed by: Bluemedia
GPG key ID: C0674B105057136C
8 changed files with 345 additions and 0 deletions

View file

@ -0,0 +1,30 @@
- name: Install packages for desktop environment
become: yes
apt:
state: latest
name:
- sway
- xwayland
- swaylock
- waybar
- xfce4-appfinder
- pipewire
- pipewire-pulse
- alsa-utils
- brightnessctl
- flatpak
- thunar
- adwaita-icon-theme
- fonts-firacode
- fonts-font-awesome
- fonts-noto-color-emoji
- name: Install wezterm
become: yes
community.general.flatpak:
name: org.wezfurlong.wezterm
state: present
- name: Copy config files
src: {{ role_path }}/files/
dst: {{ ansible_env.HOME }}