aboutsummaryrefslogtreecommitdiff
path: root/nixos/services/power_management.service.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-01-08 14:14:12 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-01-08 14:14:12 +0200
commit35b2d418540f398875ea338db1e29dbc1c381a69 (patch)
tree68c040bfc684a4edf6c3cdc2f552fe6f42d0ab8e /nixos/services/power_management.service.nix
parent8953c93b60e31357a60112f8f707a1bb6cff0572 (diff)
parentecaf5df80adb914875ff926410e9226d72f8fa05 (diff)
downloadnixos-configuration-feature-email-msmtp.tar.gz
nixos-configuration-feature-email-msmtp.tar.bz2
nixos-configuration-feature-email-msmtp.zip
Merge branch 'main' into feature-email-msmtpfeature-email-msmtp
Diffstat (limited to 'nixos/services/power_management.service.nix')
-rw-r--r--nixos/services/power_management.service.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/nixos/services/power_management.service.nix b/nixos/services/power_management.service.nix
index 06d638b..e86d18c 100644
--- a/nixos/services/power_management.service.nix
+++ b/nixos/services/power_management.service.nix
@@ -1,8 +1,7 @@
-{
- pkgs,
- config,
- lib,
- ...
+{ pkgs
+, config
+, lib
+, ...
}: {
services.tlp = {
enable = true;