14 lines
241 B
Nix
14 lines
241 B
Nix
_: {
|
|
services = {
|
|
flatpak = {
|
|
enable = true;
|
|
packages = [
|
|
# "org.vinegarhq.Sober"
|
|
"io.github.flattool.Warehouse"
|
|
"com.github.tchx84.Flatseal"
|
|
];
|
|
update.onActivation = true;
|
|
};
|
|
};
|
|
}
|