lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 16.09-beta 7 lines 249 B view raw
1{ callPackage, pkgs }: 2rec { 3 mate-common = callPackage ./mate-common { }; 4 mate-icon-theme = callPackage ./mate-icon-theme { }; 5 mate-icon-theme-faenza = callPackage ./mate-icon-theme-faenza { }; 6 mate-themes = callPackage ./mate-themes { }; 7}