NixOS/home/games/default.nix

7 lines
58 B
Nix
Raw Normal View History

2024-08-05 12:06:07 +07:00
{ pkgs, ... }:
{
imports = [
./minecraft.nix
];
}