linux_zen: actually enable patchset

This commit is contained in:
Jörg Thalheim 2021-07-31 22:59:41 +02:00
parent 6e9195f668
commit 604d0dd0d6

View file

@ -17,6 +17,10 @@ buildLinux (args // {
sha256 = "sha256-ZvB5Ejt9MXP4QK5cj9CGQgFJIfDV03IW5xcknCxDui0=";
};
structuredExtraConfig = with lib.kernel; {
ZEN_INTERACTIVE = yes;
};
extraMeta = {
branch = "5.13";
maintainers = with lib.maintainers; [ atemu andresilva ];