Update flatpak.nix

This commit is contained in:
ska
2025-12-25 23:01:05 +00:00
parent 71a44cd2f6
commit d4e1884051

View File

@@ -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