From 639848e27a38f42abb4c1dfb9aae08afc1128235 Mon Sep 17 00:00:00 2001 From: chloe Date: Fri, 3 Oct 2025 11:35:27 +0200 Subject: [PATCH] removed finamp --- hosts/goober/features/software/flatpak.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/goober/features/software/flatpak.nix b/hosts/goober/features/software/flatpak.nix index c9a3896..a54a9a9 100644 --- a/hosts/goober/features/software/flatpak.nix +++ b/hosts/goober/features/software/flatpak.nix @@ -3,7 +3,6 @@ services.flatpak.enable = true; services.flatpak.packages = [ - "com.unicornsonlsd.finamp" ]; services.flatpak.update.onActivation = true;