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 *
This commit is contained in:
@ -37,7 +37,11 @@
|
|||||||
btop
|
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
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
@ -144,6 +144,9 @@
|
|||||||
# Bluetooth support
|
# Bluetooth support
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
# power management tool which allows for managing hibernate and suspend states
|
||||||
|
powerManagement.enable = true;
|
||||||
|
|
||||||
# ================================
|
# ================================
|
||||||
# PERMISSIONS
|
# PERMISSIONS
|
||||||
# ================================
|
# ================================
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
{
|
{
|
||||||
output = ["HDMI-A-1"];
|
output = ["HDMI-A-1"];
|
||||||
spacing = 8;
|
spacing = 8;
|
||||||
"modules-left" = ["hyprland/workspaces" "mpris" "cava"];
|
"modules-left" = ["hyprland/workspaces"];
|
||||||
"modules-center" = ["hyprland/window"];
|
"modules-center" = ["hyprland/window"];
|
||||||
"modules-right" = ["clock"];
|
"modules-right" = ["clock"];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user