Default to power-saving mode.

This commit is contained in:
Tom Alexander
2024-12-31 12:51:23 -05:00
parent e8dff5ece1
commit 24d89ed704
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
config,
lib,
pkgs,
...
}:
{
imports = [ ];
systemd.tmpfiles.rules = [
"w- /sys/class/backlight/amdgpu_bl1/brightness - - - - 85"
];
}