nixos/applications/games.nix

5 lines
No EOL
58 B
Nix

{ ... }: {
imports = [
./games/minecraft.nix
];
}