services/brightness: add brillo for backlight
This commit is contained in:
parent
fcd23e73c3
commit
fcbad25a2a
3 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
{...}: {
|
||||
{
|
||||
users.users.nezia = {
|
||||
isNormalUser = true;
|
||||
description = "Anthony Rodriguez";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"video"
|
||||
"wheel"
|
||||
];
|
||||
};
|
||||
|
|
|
@ -21,6 +21,7 @@ let
|
|||
++ [
|
||||
./hardware/fprintd.nix
|
||||
./services/power.nix
|
||||
./services/brightness.nix
|
||||
./services/keyd.nix
|
||||
];
|
||||
in {
|
||||
|
|
3
system/services/brightness.nix
Normal file
3
system/services/brightness.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
hardware.brillo.enable = true;
|
||||
}
|
Loading…
Reference in a new issue