Skip to content

Instantly share code, notes, and snippets.

@hjones2199
hjones2199 / zen-kernel.nix
Created April 13, 2020 16:25
Installs the zen patched linux kernel 5.6.3 on a NixOS system
####################################################
# Zen patched kernel with fsync support for gaming #
####################################################
{ pkgs, ... }:
{
boot.kernelPackages = let
linux_zen_pkg = { fetchurl, buildLinux, ... }@args:
buildLinux (args // rec {