From ed7357693ea189e36e7f848dce0927ed671d30f1 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 24 Sep 2023 17:19:49 +0200 Subject: [PATCH] hephaestus: make brightness configurable --- hosts/hephaestus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hephaestus/default.nix b/hosts/hephaestus/default.nix index 8611e1e..1921cec 100644 --- a/hosts/hephaestus/default.nix +++ b/hosts/hephaestus/default.nix @@ -95,4 +95,6 @@ # Configure console keymap console.keyMap = "us"; + + programs.light.enable = true; }