add wattage to polybar

This commit is contained in:
Kopatz
2024-11-18 22:57:33 +01:00
parent 34c3537d68
commit 9ec7ed0e4a
4 changed files with 20 additions and 1 deletions

View File

@@ -112,6 +112,11 @@
EndSection
'';
#zenpower for ryzen
boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ];
boot.kernelModules = ["zenpower"];
boot.blacklistedKernelModules = [ "k10temp" ];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;