NixOS/home/games/default.nix

5 lines
52 B
Nix

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