flake/groups/all/modules/flatpak.nix

13 lines
269 B
Nix
Raw Normal View History

2026-02-13 12:47:55 +10:00
{...}: {
services.flatpak = {
2026-02-16 09:34:17 +10:00
# DEBUG: remotes = [
# DEBUG: {
# DEBUG: location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
# DEBUG: name = "flathub";
# DEBUG: }
# DEBUG: ];
2026-02-13 12:47:55 +10:00
2026-02-16 09:34:17 +10:00
# DEBUG: uninstallUnmanaged = true;
2026-02-13 12:47:55 +10:00
};
}