about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-03-04 14:43:54 +0000
committerdevhell <devhell@mailfresser.de>2021-03-04 14:46:09 +0000
commit816437169662bff72bbf35206f8ae2a6ccc9e91b (patch)
tree95fd95eeeb88671e792b36f690a45f293c678625 /machines/devhell
parent318fbfadbfa1c3b8f6bc82be04b94f50fd4160bb (diff)
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.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/herja.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };