7 lines
98 B
Nix
7 lines
98 B
Nix
{ plasmaPackage, ecm }:
|
|
|
|
plasmaPackage {
|
|
name = "kdecoration";
|
|
nativeBuildInputs = [ ecm ];
|
|
}
|