mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
add copr repos, hyprland
This commit is contained in:
parent
6cb8d9f7b2
commit
e4879054a0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
# Install Workstation Specific Coprs
|
||||
- import_tasks: applications/coprs.yml
|
||||
|
||||
# Install Workstation Specific Applications
|
||||
- import_tasks: applications/packages.yml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user