about summary refs log tree commit diff
path: root/machines/devhell/titan.nix
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/titan.nix
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/titan.nix')
-rw-r--r--machines/devhell/titan.nix4
1 files changed, 2 insertions, 2 deletions
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