NixOS/home/games/default.nix

7 lines
58 B
Nix

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