From ca5f1167c28c9af13897818a96bdf53643a97178 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 24 Jul 2021 01:29:53 +0200 Subject: [PATCH] zephyrus: enable light program --- hosts/zephyrus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 1f55c38..83f7a0c 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -60,4 +60,6 @@ in enable = true; powerOnBoot = false; }; + + programs.light.enable = true; }