From a3f09da2a59092b6817b991237fbc51eceeb8e51 Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 27 Oct 2024 09:19:58 +0100 Subject: [PATCH] brightnessctl oversight --- hosts/cnix/modules.nix | 3 +++ hosts/cnixpad/modules.nix | 3 +++ hosts/toothpc/modules.nix | 3 +++ 3 files changed, 9 insertions(+) diff --git a/hosts/cnix/modules.nix b/hosts/cnix/modules.nix index e18e1ba5..d1cd97cb 100644 --- a/hosts/cnix/modules.nix +++ b/hosts/cnix/modules.nix @@ -62,6 +62,9 @@ enable = true; }; }; + brightnessctl = { + enable = false; + }; corectrl = { enable = true; }; diff --git a/hosts/cnixpad/modules.nix b/hosts/cnixpad/modules.nix index b90541cf..d46eae3d 100644 --- a/hosts/cnixpad/modules.nix +++ b/hosts/cnixpad/modules.nix @@ -62,6 +62,9 @@ enable = false; }; }; + brightnessctl = { + enable = true; + }; corectrl = { enable = false; }; diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index e5df8cc8..73e1dce3 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -62,6 +62,9 @@ enable = false; }; }; + brightnessctl = { + enable = false; + }; corectrl = { enable = false; };