Move Envy back to Pear

This commit is contained in:
Bun 2025-04-30 19:34:43 -04:00
parent d2204a4916
commit c04e4203ea
12 changed files with 34 additions and 43 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
loader.systemd-boot.enable = true;
plymouth.enable = true;
};
}