Replace light with brightnessctl, due to deprecation
This commit is contained in:
parent
b087cf4085
commit
9ddb651997
6 changed files with 13 additions and 28 deletions
|
@ -1,9 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
config = lib.mkIf config.system.desktop.enable {
|
||||
programs = {
|
||||
light.enable = true;
|
||||
kbdlight.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./backlights
|
||||
./dconf
|
||||
./desktops
|
||||
./gaming
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue