diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-24 18:09:42 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-24 18:09:42 +0000 |
| commit | 7b251ba67d92e05f6a9e5cd82ebe56bc537ffb52 (patch) | |
| tree | ec84e2361f23f4f8764475b6f4ee1a92b86869c4 /modules | |
| parent | moved non-full-de packages to labwc (diff) | |
reordered flatpaks alphabetically
before it was program-name wise, now it is tld-wise, so it matches `flatpak list`
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/client/flatpak/default.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/client/flatpak/default.nix b/modules/client/flatpak/default.nix index bef1873..c1e538c 100644 --- a/modules/client/flatpak/default.nix +++ b/modules/client/flatpak/default.nix @@ -15,15 +15,16 @@ ]; packages = [ - "io.github.equicord.equibop" - "com.github.tchx84.Flatseal" "app.grayjay.Grayjay" + "com.bktus.gpgfrontend" + "com.github.tchx84.Flatseal" + "com.obsproject.Studio" "fi.skyjake.Lagrange" - "org.localsend.localsend_app" + "io.github.equicord.equibop" "net.lutris.Lutris" + "org.localsend.localsend_app" "org.nicotine_plus.Nicotine" "org.musicbrainz.Picard" - "com.obsproject.Studio" "org.telegram.desktop" ]; |
