Add Jovian back again to try it out

This commit is contained in:
Bun 2025-04-23 14:23:29 -04:00
parent 3d3c89c326
commit 5c8c68331d
11 changed files with 256 additions and 19 deletions

View file

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