update system

- downgrade kernel to 6.12 to fix regression causing bootloop via panic
- remove nixcord due to it just shitting itself
This commit is contained in:
sadan 2025-03-09 18:59:28 -04:00
parent 8532474875
commit 6197814098
No known key found for this signature in database
3 changed files with 99 additions and 148 deletions

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_6_12;
};
}
}