fix(fruitbook): 노트북 닫을 때 화면을 잠금
All checks were successful
build / build (push) Successful in 1m37s

This commit is contained in:
2026-03-22 00:44:22 -06:00
parent a913e4f5c7
commit ab7d28ac0f

View File

@@ -21,5 +21,9 @@ in {
"DankMaterialShell/settings.json".source =
json.generate "settings.json" cfg.settings;
};
programs.niri.settings.switch-events = {
lid-close.action.spawn = ["dms" "ipc" "lock" "lock"];
};
};
}