diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-24 20:08:44 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-24 20:08:44 +0000 |
| commit | 91111894c90f8d678aecf4d1a3b7817102cdb31f (patch) | |
| tree | abf2247413751447c9d6fc6408a6ed7029f6d955 /modules/client/flatpak/default.nix | |
| parent | upgraded nixos (diff) | |
moved gui apps to flatpak for permission control
Diffstat (limited to '')
| -rw-r--r-- | modules/client/flatpak/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/client/flatpak/default.nix b/modules/client/flatpak/default.nix index dd3c84f..3cad092 100644 --- a/modules/client/flatpak/default.nix +++ b/modules/client/flatpak/default.nix @@ -12,8 +12,13 @@ packages = [ "app.grayjay.Grayjay" + "com.obsproject.Studio" + "fi.skyjake.Lagrange" "net.lutris.Lutris" + "org.localsend.localsend_app" + "org.musicbrainz.Picard" "org.nickvision.money" + "org.nicotine_plus.Nicotine" ]; update = { |
