feat(ymir): add light for managing backlight.

This commit is contained in:
CronyAkatsuki 2025-06-03 22:10:04 +02:00
parent 1cdaf465a9
commit 7ef09a597d

View file

@ -101,6 +101,9 @@
binfmt = true; binfmt = true;
}; };
# Enable light for image control
programs.light.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.crony = { users.users.crony = {
isNormalUser = true; isNormalUser = true;