This commit is contained in:
mjallen18
2026-03-13 13:38:53 -05:00
parent 3862a6b651
commit 9737b3af9f
8 changed files with 17 additions and 215 deletions

View File

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