forked from aylac.top/nixcfg
this repo has no description

Zen Kernel

aylac.top e05fc151 6535eb14

verified
Changed files
+1 -1
modules
nixos
profiles
workstation
+1 -1
modules/nixos/profiles/workstation/default.nix
···
};
# kernelModules = ["ntsync"];
-
kernelPackages = pkgs.linuxPackages_latest;
+
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
};
services = {