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 in
{ {
allowUnfree = true;
firefox.enablePlasmaBrowserIntegration = true; firefox.enablePlasmaBrowserIntegration = true;
clementine.spotify = false; clementine.spotify = false;
whitelistedLicenses = with lib.licenses; [ wtfpl ];
vim = vim =
{ gui = "gtk3"; { gui = "gtk3";
python = true; python = true;