nixos/modules/linux_gaming.nix

5 lines
No EOL
75 B
Nix

{ config, pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_zen;
}