remove unnecessary license whitelisting

flake-conversion
Trolli Schmittlauch 2020-06-06 01:42:33 +02:00
parent e8eeba5ba2
commit 1001ea611e
1 changed files with 1 additions and 1 deletions

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;