nixos/modules/desktop/game/default.nix
2024-02-07 07:40:35 +04:00

9 lines
89 B
Nix

{
imports = [
./steam
./lutris
./wine
./grapejuice
./tetrio
];
}