remove unnecessary license whitelisting

This commit is contained in:
Trolli Schmittlauch 2020-06-06 01:42:33 +02:00
parent e8eeba5ba2
commit 1001ea611e

View file

@ -4,9 +4,9 @@ let
in
{
allowUnfree = true;
firefox.enablePlasmaBrowserIntegration = true;
clementine.spotify = false;
whitelistedLicenses = with lib.licenses; [ wtfpl ];
vim =
{ gui = "gtk3";
python = true;