This commit is contained in:
mjallen18
2026-03-10 11:13:25 -05:00
parent 2fbfd9c2d3
commit 01f6eeff7c
2 changed files with 22 additions and 17 deletions

View File

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