brightness control, swayidle

This commit is contained in:
Vinzenz Schroeter 2025-03-17 21:49:44 +01:00
parent c3c2c1ad6d
commit 06886d02dc
5 changed files with 63 additions and 23 deletions

View file

@ -27,6 +27,15 @@
# ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALWKm+d6KL6Vl3grPOcGouiNTkvdhXuWJmcrdEBY2nw ronja-ssh-host-key''
#];
programs.adb.enable = true;
programs = {
adb.enable = true;
light = {
enable = true;
brightnessKeys = {
enable = true;
step = 5;
};
};
};
};
}