nixos/backlight: Add backlight

This commit is contained in:
2026-03-17 00:11:58 +01:00
parent d3531dfd9e
commit b5ee65626a

View File

@@ -0,0 +1,8 @@
{
flake.modules.nixos.backlight = {
programs.light = {
enable = true;
brightnessKeys.enable = true;
};
};
}