Revert "switch to zen kernel"

This reverts commit 54aec417ff.
This commit is contained in:
陈浩南 2023-06-24 09:54:59 +08:00
parent 54aec417ff
commit eff5a4a9cd
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{
boot =
{
kernelPackages = inputs.pkgs.linuxPackages_zen;
kernelPackages = inputs.pkgs.linuxPackages_xanmod_latest;
# initrd 里有的模块
# modprobe --show-depends
initrd.availableKernelModules =

View File

@ -15,7 +15,5 @@
alsa = { enable = true; support32Bit = true; };
pulse.enable = true;
};
systemd.services.rtkit-daemon.serviceConfig.ExecStart =
[ "" "${pkgs.rtkit}/libexec/rtkit-daemon --our-realtime-priority=95 --max-realtime-priority=90" ];
};
}