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 - xkbVariant
strKeyboard variant. Layout is extracted from console keymap.
darkone.graphic.gnome = { enable = false; enableDashToDock = false; enableLightDM = false; enableCaffeine = false; enableGsConnect = false; xkbVariant = "oss";};🖼 darkone.graphic.supertuxkart
Section titled “🖼 darkone.graphic.supertuxkart”SuperTuxKart with configurations to play in local network.
- enable
boolSuperTuxKart + firewall config + tracks share - isNfsServer
boolNFS server (share tracks), default is the main NFS server. (wip, enable on main server)
darkone.graphic.supertuxkart = { enable = false; isNfsServer = isMainNfsServer;};🖼 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;};