11 lines
134 B
Nix
11 lines
134 B
Nix
let
|
|
lib = (import <nixpkgs> {}).lib;
|
|
|
|
in
|
|
{
|
|
|
|
clementine.spotify = false;
|
|
whitelistedLicenses = with lib.licenses; [ wtfpl ];
|
|
|
|
}
|