about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-04-19 11:57:45 +0100
committerdevhell <devhell@mailfresser.de>2019-04-19 11:57:45 +0100
commit9250baa9c01dcd81b22d758b3db0cf818598397f (patch)
treed2c685d0b6ea567b513cca1b111695fdfbca60e8 /machines
parent3ee8032f44a8590cdcc4738773205a62a06df447 (diff)
machines/{eris,titan}: Add 'light' package
Since the 'modesetting' driver does not work with 'xbacklight' we have
the choice of either 'light' or 'backlightctl'. For now we'll choose
'light' and see how it goes.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/eris.nix2
-rw-r--r--machines/devhell/titan.nix3
2 files changed, 3 insertions, 2 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index 4b33d024..f5d96730 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -234,6 +234,7 @@
     kismet
     libva
     libvdpau-va-gl
+    light
     minicom
     pamixer
     pmtools
@@ -245,6 +246,5 @@
     vdpauinfo
     wavemon
     xbindkeys
-    xorg.xbacklight
   ];
 }
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 364c1983..199c0ed8 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -193,6 +193,8 @@
     kismet
     libva
     libvdpau-va-gl
+    light
+    light
     minicom
     pamixer
     pmtools
@@ -204,6 +206,5 @@
     vdpauinfo
     wavemon
     xbindkeys
-    xorg.xbacklight
   ];
 }