summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-06-16 12:19:06 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-06-16 12:19:06 +0200
commite58a0d0d2f395cbb3d7894b81a1e3ed2692314ec (patch)
tree4624a3b1ed8f0cd8308a826d0fc106c1fa8cd71f /inventory
parentremove cleanup no longer needed tasks from apt-repo roles (diff)
flatpak: install freecad via flatpak allow multiple command shortcuts per app
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-equinox-t450s.yml18
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml18
2 files changed, 26 insertions, 10 deletions
diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml
index 336b0b7f..89d2fb56 100644
--- a/inventory/host_vars/ch-equinox-t450s.yml
+++ b/inventory/host_vars/ch-equinox-t450s.yml
@@ -125,7 +125,6 @@ ws_base_extra_packages:
- flac
- fldigi
- flex
- - freecad
- freerdp2-x11
- fzf
- gcc-avr
@@ -408,11 +407,20 @@ ws_minet_wpa_supplicant_conf: "{{ lookup('unvault', ([global_files_dir, 'chaos-a
ws_flatpak_apps:
- name: org.tenacityaudio.Tenacity
- link: tenacity
+ shortcuts:
+ - name: tenacity
- name: org.audacityteam.Audacity
- link: audacity
+ shortcuts:
+ - name: audacity
- name: org.pipewire.Helvum
- link: helvum
+ shortcuts:
+ - name: helvum
- name: org.localsend.localsend_app
- link: localsend
+ shortcuts:
+ - name: localsend
- name: com.st.STM32CubeIDE
+ - name: org.freecadweb.FreeCAD
+ shortcuts:
+ - name: freecad
+ - name: freecadcmd
+ command: FreeCADCmd
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index 18ea12a9..64a21321 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -135,7 +135,6 @@ ws_base_extra_packages:
- flac
- fldigi
- flex
- - freecad
- freerdp2-x11
- fzf
- gcc-avr
@@ -330,11 +329,20 @@ ws_base_xrandr_setup_script: |
ws_flatpak_apps:
- name: org.tenacityaudio.Tenacity
- link: tenacity
+ shortcuts:
+ - name: tenacity
- name: org.audacityteam.Audacity
- link: audacity
+ shortcuts:
+ - name: audacity
- name: org.pipewire.Helvum
- link: helvum
+ shortcuts:
+ - name: helvum
- name: org.localsend.localsend_app
- link: localsend
+ shortcuts:
+ - name: localsend
- name: com.st.STM32CubeIDE
+ - name: org.freecadweb.FreeCAD
+ shortcuts:
+ - name: freecad
+ - name: freecadcmd
+ command: FreeCADCmd