1
0
Fork 0

Khanda: re-enable Surface kernel

This commit is contained in:
Aires 2024-07-03 17:47:59 -04:00
parent ad94f7f0fd
commit 031b719d64

View file

@ -108,6 +108,6 @@ in
# Install/configure additional drivers, particularly for touch
environment.systemPackages = with pkgs; [ libwacom-surface ];
# NOTE: Use a default kernel to skip full kernel rebuilds
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
# NOTE: Uncomment to use a default kernel and skip full kernel rebuilds
# boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
}