This commit is contained in:
DarkGui
2025-11-17 22:48:59 -03:00
parent 351443f66e
commit 149286ca06
10 changed files with 54 additions and 28 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, lib, inputs, pkgs, ... }: {
boot.kernelPackages = pkgs.linuxPackages_cachyos.cachyOverride {
mArch = "GENERIC_V3";
#useO3 = true;
#withLTO = "full";
};
}