add: more system modules
This commit is contained in:
parent
47eb3e0691
commit
793cc3131c
17 changed files with 291 additions and 56 deletions
14
system/modules/hardware/backlight/default.nix
Normal file
14
system/modules/hardware/backlight/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
hardware.brillo.enable = true;
|
||||
services.clight = {
|
||||
enable = true;
|
||||
settings = {
|
||||
verbose = true;
|
||||
backlight.disabled = true;
|
||||
dpms.timeouts = [900 300];
|
||||
dimmer.timeouts = [870 270];
|
||||
gamma.long_transition = true;
|
||||
screen.disabled = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue