mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Trying latest xanmod kernel
This commit is contained in:
parent
47c7854577
commit
a8cc72538a
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
boot.consoleLogLevel = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue