clean flatpak modules

This commit is contained in:
do butterflies cry? 2026-02-13 12:47:55 +10:00
parent e18f1851bc
commit f8e183059a
5 changed files with 28 additions and 4 deletions

View file

@ -0,0 +1,11 @@
{...}: {
services.flatpak = {
packages = [
{
# Linux Runtime for Roblox
appId = "org.vinegarhq.Sober";
origin = "flathub";
}
];
};
}