Skip to content

GUI applications

Pre-configured gnome environment with dependences.

  • enable bool Pre-configured gnome WM
  • enableDashToDock bool Dash to dock plugin
  • enableLightDM bool Enable LightDM instead of GDM
  • enableCaffeine bool Disable auto-suspend
  • enableGsConnect bool Communication with devices
  • xkbVariant str Keyboard variant. Layout is extracted from console keymap.
darkone.graphic.gnome = {
enable = false;
enableDashToDock = false;
enableLightDM = false;
enableCaffeine = false;
enableGsConnect = false;
xkbVariant = "oss";
};

SuperTuxKart with configurations to play in local network.

  • enable bool SuperTuxKart + firewall config + tracks share
  • isNfsServer bool NFS server (share tracks), default is the main NFS server. (wip, enable on main server)
darkone.graphic.supertuxkart = {
enable = false;
isNfsServer = isMainNfsServer;
};

Virt manager + viewer with spice, win-virtio and ovmf.

  • enable bool Virt manager with dependencies
darkone.graphic.virt-manager.enable = false;

Virtualbox host installation.

  • enable bool Pre-configured virtualbox installation
  • enableExtensionPack bool Enable extension pack (causes recompilations)
darkone.graphic.virtualbox = {
enable = false;
enableExtensionPack = false;
};