linux_zen: add a description

Taken from https://liquorix.net/ who use the same sauce in their kernel
This commit is contained in:
Atemu 2020-12-26 13:30:53 +01:00
parent fd2d1eb907
commit 02437ff86c

View File

@ -19,6 +19,7 @@ buildLinux (args // {
extraMeta = {
branch = "5.9/master";
maintainers = with stdenv.lib.maintainers; [ atemu andresilva ];
description = "Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads.";
};
} // (args.argsOverride or {}))