{ lib, ... }: { imports = [ ./fonts ./sound ./xorg ]; options = { desktop.enable = lib.mkEnableOption "desktop features"; }; config = { programs.dconf.enable = true; hardware.opengl.enable = true; }; }