mindustry
This commit is contained in:
7
home-modules/games.nix
Executable file
7
home-modules/games.nix
Executable file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, lib, host, ... }:
|
||||
lib.mkIf (host != "NxACE")
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
mindustry-wayland
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user