mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
Compare commits
2 Commits
20d6b2809f
...
e4879054a0
| Author | SHA1 | Date | |
|---|---|---|---|
| e4879054a0 | |||
| 6cb8d9f7b2 |
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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