{ config, pkgs, lib, ... }: with pkgs; with lib; { config = mkMerge [ { home.packages = [ bind.dnsutils nmap hexyl units ]; } (mkIf config.gui.enable { home.packages = [ libreoffice hunspell hunspellDicts.de-de hunspellDicts.en-us aspell aspellDicts.de aspellDicts.en aspellDicts.es joplin-desktop #yt-dlp ]; }) ]; }