This commit is contained in:
2026-03-10 11:05:14 -05:00
parent 89196706c7
commit 2fbfd9c2d3

View File

@@ -53,4 +53,14 @@ in
];
};
};
specialisation =
let
kernel = pkgs.${namespace}.linuxPackages_cachyos-asahi-lto;
in {
"cachyos-asahi".configuration = {
boot = {
kernelPackages = lib.mkOverride 90 kernel;
};
};
}