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