From d4e18840519799a0d6df486acaceb3c61ddfd3c0 Mon Sep 17 00:00:00 2001 From: ska Date: Thu, 25 Dec 2025 23:01:05 +0000 Subject: [PATCH] Update flatpak.nix --- flatpak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak.nix b/flatpak.nix index 7d8caa6..0e27c62 100644 --- a/flatpak.nix +++ b/flatpak.nix @@ -14,7 +14,7 @@ in { # 3. Get currently installed Flatpaks installedFlatpaks=$(${pkgs.flatpak}/bin/flatpak list --app --columns=application) - # We allow users to install flatpaks on their own, so this part is not active + # We allow users to install flatpaks on their own, so this part is not active. # 4. Remove any Flatpaks that are NOT in the desired list # for installed in $installedFlatpaks; do # if ! echo ${toString desiredFlatpaks} | ${grep}/bin/grep -q $installed; then