Update flatpak.nix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user