Files
nix-config/modules/xanmod-kernel.nix
2024-12-15 13:51:16 +01:00

5 lines
114 B
Nix

{ pkgs, ... }: {
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.kernelModules = [ "ntsync" ];
}