diff options
Diffstat (limited to 'modules/client/flatpak')
| -rw-r--r-- | modules/client/flatpak/default.nix | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/modules/client/flatpak/default.nix b/modules/client/flatpak/default.nix index c0f750a..87dc6e2 100644 --- a/modules/client/flatpak/default.nix +++ b/modules/client/flatpak/default.nix @@ -1,11 +1,7 @@ { pkgs, lib, ...}: { - # imports = [ - # inputs.nix-flatpak.nixosModules.nix-flatpak - # ]; - services.flatpak = { - enable = true; + enable = false; remotes = [ { @@ -14,19 +10,7 @@ } ]; - packages = [ - "app.grayjay.Grayjay" - "com.bktus.gpgfrontend" - "com.github.tchx84.Flatseal" - "com.obsproject.Studio" - "fi.skyjake.Lagrange" - "io.github.equicord.equibop" - "net.lutris.Lutris" - "org.localsend.localsend_app" - "org.nicotine_plus.Nicotine" - "org.musicbrainz.Picard" - "org.telegram.desktop" - ]; + packages = [ ]; update = { auto = { |
