home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 349ff895556535285264900fceb0c704eb750e33
parent 621a77cd8e09911e550f0afced71688fbf542d55
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 28 Jun 2024 11:50:01 +0200

systems/laptop: enable clight (trying)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/hardware/laptop.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/systems/modules/hardware/laptop.nix b/systems/modules/hardware/laptop.nix @@ -33,6 +33,9 @@ in HandleLidSwitchExternalPower=ignore HandleLidSwitchDocked=ignore ''; + clight = { + enable = true; + }; }; } (mkIf config.modules.desktop.enable {