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