From 1e7e11ed918b0b9c1a1f965361c4211cbe4b62d4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 31 Aug 2025 11:27:38 -0700 Subject: [PATCH] Change the order of generic apps based on importance. --- tasks/workstation/linux/software/flatpaks.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tasks/workstation/linux/software/flatpaks.yml b/tasks/workstation/linux/software/flatpaks.yml index c8ccc96..9311ee5 100644 --- a/tasks/workstation/linux/software/flatpaks.yml +++ b/tasks/workstation/linux/software/flatpaks.yml @@ -34,15 +34,15 @@ - name: Workstation | Linux | Flatpak Distro | Flatpak | Arrays set_fact: flatpaks_generic: - - { app: "org.libreoffice.LibreOffice", name: "office", extra: "" } - - { app: "io.gitlab.librewolf-community", name: "librewolf", extra: "" } - - { app: "org.signal.Signal", name: "signal", extra: "" } - { app: "org.mozilla.firefox", name: "firefox-flatpak", extra: "" } - - { app: "com.transmissionbt.Transmission", name: "transmission", extra: "" } - - { app: "org.gimp.GIMP", name: "gimp", extra: "" } - - { app: "org.telegram.desktop", name: "telegram", extra: "" } - - { app: "im.riot.Riot", name: "element", extra: "" } + - { app: "io.gitlab.librewolf-community", name: "librewolf", extra: "" } - { app: "chat.simplex.simplex", name: "simplex", extra: "" } + - { app: "org.signal.Signal", name: "signal", extra: "" } + - { app: "im.riot.Riot", name: "element", extra: "" } + - { app: "org.telegram.desktop", name: "telegram", extra: "" } + - { app: "org.gimp.GIMP", name: "gimp", extra: "" } + - { app: "org.libreoffice.LibreOffice", name: "office", extra: "" } + - { app: "com.transmissionbt.Transmission", name: "transmission", extra: "" } flatpaks_coding: - { app: "com.vscodium.codium", name: "codium-flatpak", extra: "" } - { app: "com.google.AndroidStudio", name: "android-studio", extra: "" }