📦 [desktop] Use latest Linux LTS

This commit is contained in:
2025-08-09 12:39:18 +02:00
parent efaaa3d724
commit 56cb89cb65

View File

@ -11,5 +11,5 @@
./hardware-configuration.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_12;
}