This commit is contained in:
mjallen18
2026-01-21 21:43:31 -06:00
parent 94c3d6d6ff
commit e2e2d814fe
23 changed files with 478 additions and 572 deletions

View File

@@ -22,7 +22,7 @@
# scaling_max_freq = 1968000;
# turbo boost setting. possible values: always, auto, never
# boost 3360000 3408000 3504000
# boost 3360000 3408000 3504000
turbo = "always";
};
# settings for when using battery power

View File

@@ -1,4 +1,4 @@
{ pkgs, namespace, lib, ... }:
{ pkgs, namespace, ... }:
let
kernel = pkgs.${namespace}.linuxPackages_cachyos-deckify-lto;
in