From 57a1cc69b31c7f7956c91d2658a70dad687a065d Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 30 Jun 2025 16:54:21 +0200 Subject: [PATCH] hurricane: 144 current 2025-06-30 16:54:06 25.05.20250629.b43c397 6.15.4 * power management hurricane: 145 current 2025-06-30 16:57:44 25.05.20250629.b43c397 6.15.4 * --- hosts/hurricane/configuration.nix | 6 +++++- modules/common.nix | 3 +++ modules/hm/waybar.nix | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/hosts/hurricane/configuration.nix b/hosts/hurricane/configuration.nix index 40bb1a6..b08e947 100644 --- a/hosts/hurricane/configuration.nix +++ b/hosts/hurricane/configuration.nix @@ -37,7 +37,11 @@ btop ]; - # host-specific Systemd services + # host-specific services + services = { + # Intel CPU overheating support + thermald.enable = true; + }; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions diff --git a/modules/common.nix b/modules/common.nix index a823c14..0e1b4cf 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -144,6 +144,9 @@ # Bluetooth support hardware.bluetooth.enable = true; + # power management tool which allows for managing hibernate and suspend states + powerManagement.enable = true; + # ================================ # PERMISSIONS # ================================ diff --git a/modules/hm/waybar.nix b/modules/hm/waybar.nix index 2173529..e37bb58 100644 --- a/modules/hm/waybar.nix +++ b/modules/hm/waybar.nix @@ -120,7 +120,7 @@ { output = ["HDMI-A-1"]; spacing = 8; - "modules-left" = ["hyprland/workspaces" "mpris" "cava"]; + "modules-left" = ["hyprland/workspaces"]; "modules-center" = ["hyprland/window"]; "modules-right" = ["clock"];