12 lines
269 B
Nix
12 lines
269 B
Nix
{...}: {
|
|
services.flatpak = {
|
|
# DEBUG: remotes = [
|
|
# DEBUG: {
|
|
# DEBUG: location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
|
# DEBUG: name = "flathub";
|
|
# DEBUG: }
|
|
# DEBUG: ];
|
|
|
|
# DEBUG: uninstallUnmanaged = true;
|
|
};
|
|
}
|