From 819689caa0687cc91a538fc27ce51a4e7c653e33 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 26 Sep 2022 18:54:24 +0200 Subject: slylandro: Add light command While I do use redshift to decrease the brightness at night, I also tend to sometimes use the laptop when barely awake. Having a convenient CLI makes it easier to script, eg. "mpv somefile; light -S 0". The reason why I did not add this to my generic workstation profile is because my workstations are usually placed in a way that I need to be awake enough to approach them. Signed-off-by: aszlig --- machines/aszlig/slylandro.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'machines') diff --git a/machines/aszlig/slylandro.nix b/machines/aszlig/slylandro.nix index a673fb19..9b729581 100644 --- a/machines/aszlig/slylandro.nix +++ b/machines/aszlig/slylandro.nix @@ -79,5 +79,7 @@ middleEmulation = false; }; + programs.light.enable = true; + nix.settings.max-jobs = 16; } -- cgit 1.4.1