final version

This commit is contained in:
Melvin Ragusa
2026-02-02 14:44:31 +01:00
parent 90fafac5c9
commit a10802547b
6 changed files with 69 additions and 107 deletions

View File

@@ -16,15 +16,10 @@
# Use schedutil for modern AMD CPUs (responds to load dynamically)
powerManagement.cpuFreqGovernor = "schedutil";
# Enable powertop auto-tune for additional optimizations
# (reduces power draw even on desktop when idle)
powerManagement.powertop.enable = true;
# ═══════════════════════════════════════════════════════════════
# PACKAGES
# ═══════════════════════════════════════════════════════════════
environment.systemPackages = with pkgs; [
powertop # Power consumption analyzer
power-profiles-daemon # Already enabled as service, CLI tool for control
];