nixconfigs/config.nix
2018-09-26 23:38:53 +02:00

11 lines
134 B
Nix

let
lib = (import <nixpkgs> {}).lib;
in
{
clementine.spotify = false;
whitelistedLicenses = with lib.licenses; [ wtfpl ];
}