Replace light with brightnessctl, due to deprecation

This commit is contained in:
Jimbo 2024-12-20 13:35:20 -05:00
parent b087cf4085
commit 9ddb651997
6 changed files with 13 additions and 28 deletions

View file

@ -1,9 +0,0 @@
{ lib, config, ... }:
{
config = lib.mkIf config.system.desktop.enable {
programs = {
light.enable = true;
kbdlight.enable = true;
};
};
}

View file

@ -1,7 +1,6 @@
{ ... }:
{
imports = [
./backlights
./dconf
./desktops
./gaming