Use zen kernel for desktop

This commit is contained in:
Bad 2022-07-14 11:47:00 +02:00
parent a32f8788da
commit 29b0ca61ef

View file

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