Add enshrouded

This commit is contained in:
muon 2026-03-29 20:16:57 +00:00
parent 8eb34e1814
commit 1d2696b05a
3 changed files with 127 additions and 4 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, lib, config, ... }: {
{
pkgs,
lib,
config,
...
}: {
options.mods.server.gaming = {
enable = lib.mkEnableOption {
default = false;
@ -6,7 +11,7 @@
};
};
imports = [ ./astral.nix ./vrising.nix ./statech.nix ];
imports = [./astral.nix ./vrising.nix ./statech.nix ./enshrouded.nix];
config = lib.mkIf config.mods.server.gaming.enable {
mods.server.astral.enable = true;