Attempt at controlling external screens brightness
This commit is contained in:
parent
b7d8797a6d
commit
8005cbfbc1
|
@ -1,7 +1,8 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.frogeye.desktop.xorg {
|
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 = {
|
services = {
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue