GUI applications
🖼 darkone.graphic.gnome
Section titled “🖼 darkone.graphic.gnome”Pre-configured gnome environment with dependences.
- enable
boolPre-configured gnome WM - enableDashToDock
boolDash to dock plugin - enableLightDM
boolEnable LightDM instead of GDM - enableCaffeine
boolDisable auto-suspend - enableGsConnect
boolCommunication with devices - enableOnlineServices
boolOnline Accounts, CalDAV, CardDAV… - xkbVariant
strKeyboard variant. Layout is extracted from console keymap. - screenBlankDelay
ints.unsignedScreen-blank delay in seconds (0 = never). Laptops override it to 900 (15 min). - cursorSize
ints.positivePointer size in pixels, locked host-wide. Gaze hosts (darkone.host.umi) raise it to 48.
darkone.graphic.gnome = { enable = false; enableDashToDock = false; enableLightDM = false; enableCaffeine = false; enableGsConnect = false; enableOnlineServices = false; xkbVariant = "oss"; screenBlankDelay = 1800; cursorSize = 24;};🖼 darkone.graphic.remote-desktop
Section titled “🖼 darkone.graphic.remote-desktop”Admin remote desktop: attach to an open graphical session, or open one, over RDP.
- enable
boolRemote desktop support access (driven by the host feature, avoid enabling manually). - timeout
ints.positiveMinutes before an armed support session closes itself. - embedCursor
boolPatch gnome-remote-desktop so the pointer is composited into the video. Without it the observer cannot see where the user points, which defeats the read-only mode. Costs a local rebuild of gnome-remote-desktop.
darkone.graphic.remote-desktop = { enable = hasFeature; timeout = 60; embedCursor = true;};🖼 darkone.graphic.supertuxkart
Section titled “🖼 darkone.graphic.supertuxkart”SuperTuxKart with configurations to play in local network.
- enable
boolSuperTuxKart + firewall config - enableNfsClient
boolMount the shared tracks of the zone’sstkserver - nfsServer
nullOr strHostname serving the tracks, default is the zone’sstkservice host
darkone.graphic.supertuxkart = { enable = false; enableNfsClient = false; nfsServer = null;};🖼 darkone.graphic.virt-manager
Section titled “🖼 darkone.graphic.virt-manager”Virt manager + viewer with spice, win-virtio and ovmf.
- enable
boolVirt manager with dependencies
darkone.graphic.virt-manager.enable = false;🖼 darkone.graphic.virtualbox
Section titled “🖼 darkone.graphic.virtualbox”Virtualbox host installation.
- enable
boolPre-configured virtualbox installation - enableExtensionPack
boolEnable extension pack (causes recompilations)
darkone.graphic.virtualbox = { enable = false; enableExtensionPack = false;};