mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 05:23:02 -04:00
- downgrade kernel to 6.12 to fix regression causing bootloop via panic - remove nixcord due to it just shitting itself
5 lines
87 B
Nix
5 lines
87 B
Nix
{pkgs, ...}: {
|
|
boot = {
|
|
kernelPackages = pkgs.linuxPackages_6_12;
|
|
};
|
|
}
|