mindustry

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-21 15:04:56 +02:00
parent 82b8e81e92
commit 79da95d15b
2 changed files with 11 additions and 2 deletions

7
home-modules/games.nix Executable file
View File

@@ -0,0 +1,7 @@
{ pkgs, lib, host, ... }:
lib.mkIf (host != "NxACE")
{
home.packages = with pkgs; [
mindustry-wayland
];
}