From cecae5560e8141d9014a18c1c89e2bff643a30d2 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Fri, 24 Oct 2025 23:16:38 +0200 Subject: society has moved away from the need for flatpaks --- modules/client/flatpak/default.nix | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'modules/client/flatpak/default.nix') 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 = { -- cgit v1.2.3