initial commit

This commit is contained in:
2026-02-14 21:23:19 +01:00
commit 05316253fa
29 changed files with 1156 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
- name: Package Installation - Productivity Tools
package:
name: ["gnome-terminal", "ranger", "mousepad"]
state: present
- name: Package Installation - Development Tools
package:
name: ["binutils"]
state: present
- name: Package Installation - Media
package:
name: ["flameshot", "ImageMagick", "scrot"]
state: present
- name: Package Installation - System Desktop
package:
name: ["rofi", "nitrogen", "arandr", "dunst"]
state: present
- name: Package Installation - I3 Desktop
package:
name: ["i3", "i3lock", "i3blocks"]
state: present