nixos/modules/desktop/game/default.nix

10 lines
109 B
Nix

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