mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-20 19:27:03 -04:00
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:
parent
8532474875
commit
6197814098
3 changed files with 99 additions and 148 deletions
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages_6_12;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue