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

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "Helps clean unwanted traces the user leaves on the system";
  };
}