14 lines
240 B
Nix
14 lines
240 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
name = "kdeartwork-icon-themes";
|
|
|
|
# Sources contain primary and kdeclassic as well but they're not installed
|
|
|
|
buildInputs = [ kdelibs ];
|
|
|
|
meta = {
|
|
description = "KDE nuvola and mono icon themes";
|
|
};
|
|
}
|