summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdeartwork/IconThemes.nix
blob: 43071e8bd1426ec00b5810904ca791d21894b46e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ 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";
  };
}