modularize thinkpad hw config

This commit is contained in:
Satria 2026-02-01 19:27:30 +07:00
commit 79368eafd5
5 changed files with 92 additions and 66 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
services.logind.settings.Login = {
HandleLidSwitch = "suspend";
HandlePowerKey = "ignore";
};
}