1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

zen kernel

This commit is contained in:
andrey_varnavskiy
2025-01-12 17:55:40 +05:00
parent 232ad7917d
commit 1698f3ddd2

3
nixos/modules/kernel.nix Normal file
View File

@@ -0,0 +1,3 @@
{ pkgs, ... }: {
boot.kernelPackages = pkgs.linuxPackages_zen;
}