1

Fix the kernelpackages set

This commit is contained in:
2023-04-19 16:19:57 +02:00
parent 2dec52f80e
commit 4110275f4a
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@
# '';
# Specific to used kernel (currently linux_zen)
extraModulePackages = with pkgs.linuxKernel.packages.linux_zen; [
extraModulePackages = with config.boot.kernelPackages; [
new-lg4ff # Logitech force feedback
];
};