nixos/modules/desktop/game/default.nix

10 lines
89 B
Nix
Raw Normal View History

2023-07-09 02:25:39 +04:00
{
imports = [
./steam
./lutris
./wine
2023-08-24 18:25:27 +04:00
./grapejuice
2024-02-07 07:38:06 +04:00
./tetrio
2023-07-09 02:25:39 +04:00
];
}