For example, specifying:
services.flatpak.packages = [
"org.freedesktop.Platform.VulkanLayer.OBSVkCapture/x86_64/25.08"
];
Leads to the extension being installed in flatpak list.
However, when removing it:
services.flatpak.packages = [];
The package is still there in flatpak list.
For example, specifying:
Leads to the extension being installed in
flatpak list.However, when removing it:
The package is still there in
flatpak list.