From 29b0ca61ef5be4394eb1e680b3001321d42c3cf6 Mon Sep 17 00:00:00 2001 From: Bad Date: Thu, 14 Jul 2022 11:47:00 +0200 Subject: [PATCH] Use zen kernel for desktop --- profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/workstation/default.nix b/profiles/workstation/default.nix index fe6b279..c01d5ad 100644 --- a/profiles/workstation/default.nix +++ b/profiles/workstation/default.nix @@ -23,4 +23,5 @@ services.devmon.enable = true; virtualisation.waydroid.enable = true; boot.supportedFilesystems = [ "ntfs" ]; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen; }