{ lib, config, pkgs, ... }: { config = lib.mkIf (config.marleycfg.profiles.desktop && pkgs.stdenv.isLinux) { qt = { enable = true; }; }; }