linux_zen: add a description
Taken from https://liquorix.net/ who use the same sauce in their kernel
This commit is contained in:
parent
fd2d1eb907
commit
02437ff86c
@ -19,6 +19,7 @@ buildLinux (args // {
|
|||||||
extraMeta = {
|
extraMeta = {
|
||||||
branch = "5.9/master";
|
branch = "5.9/master";
|
||||||
maintainers = with stdenv.lib.maintainers; [ atemu andresilva ];
|
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 {}))
|
} // (args.argsOverride or {}))
|
||||||
|
Loading…
Reference in New Issue
Block a user