1 2 3 4 5 6
{ pkgs, ... }: { nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ vintagestory ]; }