Revert "Use zen kernel for desktop"

This reverts commit 29b0ca61ef.
The zen kernel doesn't have the ashmem module which breaks waydroid
This commit is contained in:
Bad 2022-07-25 18:40:32 +02:00
parent 5c82f56b12
commit 9af32389df

View file

@ -23,5 +23,4 @@
services.devmon.enable = true; services.devmon.enable = true;
virtualisation.waydroid.enable = true; virtualisation.waydroid.enable = true;
boot.supportedFilesystems = [ "ntfs" ]; boot.supportedFilesystems = [ "ntfs" ];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
} }