remove unnecessary license whitelisting
This commit is contained in:
parent
e8eeba5ba2
commit
1001ea611e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue