Select the types of activity you want to include in your feed.
1{ kdeFramework 2, lib 3, ecm 4}: 5 6kdeFramework { 7 name = "oxygen-icons5"; 8 meta = { 9 license = lib.licenses.lgpl3Plus; 10 maintainers = [ lib.maintainers.ttuegel ]; 11 }; 12 outputs = [ "out" ]; 13 nativeBuildInputs = [ ecm ]; 14}