Understand the Jovian NixOS module organization
developmentJovian NixOS organizes its configuration options into several distinct namespaces. When extending or interacting with the system, you should identify which namespace your configuration belongs to:
devices/: Contains options specific to individual devices. New devices must prefix their namespace (both folder and options) with the vendor name.hardware/: Contains hardware-specific options intended for a broad scope of devices. These options are typically gated behindhardware.has.*options.steam/: Contains options that control the "steam deck mode" Steam interface.steamos/: Contains opinionated configurations that mirror generic SteamOS settings but are not tied to a specific device.jovian/: Contains miscellaneous and mostly internal options required for the Jovian NixOS system to function.