3 lines
91 B
Nix
3 lines
91 B
Nix
{...} @ inputs: (final: prev: {
|
|
spotifywm = final.callPackage ./spotifywm.nix inputs;
|
|
})
|