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 let
lib = import <nixpkgs>.lib; lib = (import <nixpkgs> {}).lib;
in in
{ {
config.clementine.spotify = false; clementine.spotify = false;
config.whitelistedLicenses = with lib.licenses; [ wtfpl ]; whitelistedLicenses = with lib.licenses; [ wtfpl ];
} }