From 816437169662bff72bbf35206f8ae2a6ccc9e91b Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 4 Mar 2021 14:43:54 +0000 Subject: machines/herja: Disable light program I've been using `illum` to make the screen brightness keys work on this machine. It's better than invoking light manually or via a xbindrc call. Although, `illum` is a bit outdated in nixpkgs, and I'm guessing that's the reason why it crashes when the machine boots. After restarting the service it's fine. If `illum` isn't updated in nixpkgs soon, I'll have a look at it. --- machines/devhell/herja.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/devhell') diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix index f24f5b7e..d8612afe 100644 --- a/machines/devhell/herja.nix +++ b/machines/devhell/herja.nix @@ -174,7 +174,7 @@ nixpkgs.config.mpv.vaapiSupport = true; programs = { - light.enable = true; + light.enable = false; wavemon.enable = true; }; -- cgit 1.4.1