Flatpak doesn't need to be on cli-only systems

This commit is contained in:
Gene Liverman 2024-01-01 13:30:49 -05:00
parent ab1758c1a8
commit 63577aabb9
3 changed files with 17 additions and 11 deletions

View file

@ -0,0 +1,15 @@
{ ... }: {
services = {
flatpak = {
enable = true;
packages = [
"im.riot.Riot"
];
update.auto = {
enable = true;
onCalendar = "daily";
};
};
};
}