Files
nixos/Droidnix/generated/system/mysystem.nix
T
2026-03-19 13:46:04 +00:00

9 lines
184 B
Nix

{ lib, ... }:
{
# Declare a submodule container for all mySystem children
options.mySystem = lib.mkSubmodule {
description = "Root container for all mySystem options";
};
}