{ pkgs, lib, user, ... }: lib.mkIf (user != "tv") { qt = { platformTheme = "gtk"; }; }