feat(Zephyrus): Default to zen kernel
This commit is contained in:
parent
2b3a7a32da
commit
282e832af0
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
modulesPath,
|
||||
|
@ -13,6 +14,7 @@
|
|||
];
|
||||
|
||||
boot = {
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
|
||||
kernelModules = ["kvm-amd"];
|
||||
extraModulePackages = [];
|
||||
initrd = {
|
||||
|
|
Loading…
Reference in a new issue