clean flatpak modules
This commit is contained in:
parent
27bc2ec0af
commit
d5891684a9
5 changed files with 28 additions and 4 deletions
11
hosts/myputer/modules/gamergrl/default.nix
Normal file
11
hosts/myputer/modules/gamergrl/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
services.flatpak = {
|
||||
packages = [
|
||||
{
|
||||
# Linux Runtime for Roblox
|
||||
appId = "org.vinegarhq.Sober";
|
||||
origin = "flathub";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue