mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
12 lines
144 B
Nix
12 lines
144 B
Nix
{ plasmaPackage
|
|
, ecm
|
|
}:
|
|
|
|
plasmaPackage {
|
|
name = "plasma-workspace-wallpapers";
|
|
outputs = [ "out" ];
|
|
nativeBuildInputs = [
|
|
ecm
|
|
];
|
|
}
|