nixconfigs/config.nix

11 lines
134 B
Nix
Raw Normal View History

2018-09-26 17:10:52 +02:00
let
2018-09-26 23:38:53 +02:00
lib = (import <nixpkgs> {}).lib;
2018-09-26 17:10:52 +02:00
in
{
2018-09-26 23:38:53 +02:00
clementine.spotify = false;
whitelistedLicenses = with lib.licenses; [ wtfpl ];
}