Change kernel to latest zen kernel for gaming
This commit is contained in:
parent
4faee020ce
commit
bc5521fff0
3 changed files with 7 additions and 0 deletions
5
modules/linux_gaming.nix
Normal file
5
modules/linux_gaming.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue