diff --git a/config.nix b/config.nix index b88df15..e3056e2 100644 --- a/config.nix +++ b/config.nix @@ -1,10 +1,10 @@ let - lib = import .lib; + lib = (import {}).lib; in { - config.clementine.spotify = false; - config.whitelistedLicenses = with lib.licenses; [ wtfpl ]; + clementine.spotify = false; + whitelistedLicenses = with lib.licenses; [ wtfpl ]; }