Select the types of activity you want to include in your feed.
1{ 2 mkKdeDerivation, 3 qttools, 4}: 5mkKdeDerivation { 6 pname = "kconfigwidgets"; 7 8 extraBuildInputs = [qttools]; 9}