feat(games): add Hytale game module and Flatpak support
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-24 23:50:55 +05:30
parent 869778df2a
commit ab4c22592a
6 changed files with 47 additions and 0 deletions

View File

@@ -11,5 +11,6 @@
./gamemode.nix
./droidcam.nix
./wireshark.nix
./flatpak.nix
];
}

View File

@@ -0,0 +1,5 @@
{...}: {
services.flatpak = {
enable = true;
};
}