This commit is contained in:
2026-02-12 20:14:32 +01:00
parent 31102ae362
commit 1ed2b9c130
5 changed files with 29 additions and 29 deletions

View File

@@ -1,5 +1,4 @@
{ pkgs
, config
{ config
, lib
, ...
}:

View File

@@ -3,7 +3,7 @@
let
cfg = config.${namespace}.performance-tuning;
in {
options.${namespace}.performance-tuning.enable = lib.mkEnableOption "XFCE desktop environment";
options.${namespace}.performance-tuning.enable = lib.mkEnableOption "performance tuning settings for gaming and general use";
config = lib.mkIf cfg.enable {
boot.kernelParams = [
"nvme_core.default_ps_max_latency_us=0"