Compare commits

...

2 Commits

Author SHA1 Message Date
e4879054a0 add copr repos, hyprland 2025-03-10 16:03:34 +01:00
6cb8d9f7b2 add hyprland to workstation 2025-03-10 15:46:21 +01:00
3 changed files with 21 additions and 0 deletions

View File

@ -11,9 +11,19 @@ software_packages_workstation_present:
- nodejs
- qemu-kvm
- virt-manager
# hyprland stuff
- hyprland
- hyprlock
- hyprpaper
- hyprpolkitagent
- dunst
- waybar
flatpaks_workstation_present:
- com.vscodium.codium
- com.jgraph.drawio.desktop
- org.gimp.GIMP
- org.gimp.GIMP.Plugin.GMic/x86_64/2-40
copr_workstation_enabled:
- solopasha/hyprland

View File

@ -0,0 +1,8 @@
- name: copr | enable coprs
become: true
community.general.copr:
name: "{{ item }}"
state: enabled
loop: "{{ copr_workstation_enabled }}"
when: copr_workstation_enabled is defined
tags: workstation, coprs

View File

@ -1,3 +1,6 @@
# Install Workstation Specific Coprs
- import_tasks: applications/coprs.yml
# Install Workstation Specific Applications
- import_tasks: applications/packages.yml