restructure system modules, add tp packages, prune utilities.

This commit is contained in:
Satria 2026-02-25 18:49:14 +07:00
commit e010bff600
8 changed files with 29 additions and 39 deletions

View file

@ -57,8 +57,8 @@
[UNDERVOLT]
CORE: -100
GPU: -80
CACHE: -100
GPU: -80
UNCORE: -80
ANALOGIO: 0
'';
@ -74,4 +74,9 @@
};
hardware.bolt.enable = true;
};
environment.systemPackages = with pkgs; [
intel-gpu-tools
throttled
tlp
];
}