8 lines
117 B
Nix
Executable File
8 lines
117 B
Nix
Executable File
{ pkgs, lib, host, ... }:
|
|
lib.mkIf (host != "NxACE")
|
|
{
|
|
home.packages = with pkgs; [
|
|
mindustry-wayland
|
|
];
|
|
}
|