Commit 349ff8955565

Vincent Demeester <vincent@sbr.pm>
2024-06-28 11:50:01
systems/laptop: enable clight (trying)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 621a77c
Changed files (1)
systems
modules
hardware
systems/modules/hardware/laptop.nix
@@ -33,6 +33,9 @@ in
           HandleLidSwitchExternalPower=ignore
           HandleLidSwitchDocked=ignore
         '';
+	clight = {
+	  enable = true;
+	};
       };
     }
     (mkIf config.modules.desktop.enable {