Update for 25.05

This commit is contained in:
Bun 2025-05-28 18:19:50 -04:00
parent 8bfcca1bb8
commit 63c42b081d
12 changed files with 193 additions and 209 deletions

View file

@ -1,6 +1,7 @@
{ ... }:
{ pkgsStable, ... }:
{
boot = {
kernelPackages = pkgsStable.linuxPackages_latest;
loader.systemd-boot.enable = true;
plymouth.enable = true;
};