about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-04-19 15:24:57 +0100
committerdevhell <devhell@mailfresser.de>2019-04-19 15:24:57 +0100
commit95147346793c135be3971e2eafde7d74e2f6eccb (patch)
treed97fd6a854c82b5f6f28ad77a174b84fcdb00ab0 /machines/devhell
parent9250baa9c01dcd81b22d758b3db0cf818598397f (diff)
machines/{eris,titan}: Fix 'light' inclusion
The previous commit was wrong in that it was not the correct way to
include the 'light' package. According to the manual, this is the
correct way.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/eris.nix3
-rw-r--r--machines/devhell/titan.nix4
2 files changed, 4 insertions, 3 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index f5d96730..9c4357bb 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -224,6 +224,8 @@
 
   nixpkgs.config.mpv.vaapiSupport = true;
 
+  programs.light.enable = true;
+
   environment.systemPackages = with pkgs; [
     aircrackng
     cdrtools
@@ -234,7 +236,6 @@
     kismet
     libva
     libvdpau-va-gl
-    light
     minicom
     pamixer
     pmtools
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 199c0ed8..5c60adef 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -181,6 +181,8 @@
 
   nixpkgs.config.mpv.vaapiSupport = true;
 
+  programs.light.enable = true;
+
   environment.systemPackages = with pkgs; [
     aircrackng
     cdrtools
@@ -193,8 +195,6 @@
     kismet
     libva
     libvdpau-va-gl
-    light
-    light
     minicom
     pamixer
     pmtools