refactors

This commit is contained in:
maxstrb 2025-09-22 10:19:00 +02:00
parent 26b798c4b3
commit d18110a018
15 changed files with 230 additions and 379 deletions

View file

@ -0,0 +1,11 @@
{pkgs, ...}: {
boot = {
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_latest;
#kernelPackages = pkgs.linuxPackages_zen;
};
}