add copr repos, hyprland

This commit is contained in:
Carlos Sousa 2025-03-10 16:03:34 +01:00
parent 6cb8d9f7b2
commit e4879054a0
3 changed files with 14 additions and 0 deletions

View File

@ -24,3 +24,6 @@ flatpaks_workstation_present:
- 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