Follow vim binds on music player

This commit is contained in:
Jimbo 2024-10-25 21:09:54 -04:00
parent 0f29b2d90d
commit 316f7fd66d
2 changed files with 7 additions and 1 deletions

View file

@ -19,7 +19,7 @@ let
];
in {
boot = {
kernelPackages = pkgs.unstable.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_cachyos;
blacklistedKernelModules = [
"pcspkr"
];