backup
This commit is contained in:
parent
2d677a19ac
commit
e3453b0a87
20 changed files with 668 additions and 274 deletions
|
|
@ -1,11 +1,10 @@
|
|||
{...}: {
|
||||
services.flatpak = {
|
||||
packages = [
|
||||
{
|
||||
# Linux Runtime for Roblox
|
||||
appId = "org.vinegarhq.Sober";
|
||||
origin = "flathub";
|
||||
}
|
||||
];
|
||||
};
|
||||
{upkgs, ...}: {
|
||||
imports = [
|
||||
./flatpak.nix
|
||||
./mcsr
|
||||
];
|
||||
|
||||
environment.systemPackages = with upkgs; [
|
||||
hydralauncher
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue