summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.12/kdetoys/amor.nix
blob: 936d63d544a9dbbb901e4b90249766e52782c4d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "KDE creature for your desktop";
  };
}