import
This commit is contained in:
Trolli Schmittlauch 2018-09-26 23:38:53 +02:00
parent 72c88853c6
commit 23252595ff

View file

@ -1,10 +1,10 @@
let
lib = import <nixpkgs>.lib;
lib = (import <nixpkgs> {}).lib;
in
{
config.clementine.spotify = false;
config.whitelistedLicenses = with lib.licenses; [ wtfpl ];
clementine.spotify = false;
whitelistedLicenses = with lib.licenses; [ wtfpl ];
}