Attempt at controlling external screens brightness

This commit is contained in:
Geoffrey Frogeye 2024-04-10 16:32:14 +02:00
parent b7d8797a6d
commit 8005cbfbc1
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -1,7 +1,8 @@
{ pkgs, lib, config, ... }:
{
config = lib.mkIf config.frogeye.desktop.xorg {
# Enable the X11 windowing system
# Control external screen brightness
boot.extraModulePackages = with config.boot.kernelPackages; [ ddcci-driver ];
services = {
blueman.enable = true;