summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2014-11-30 13:23:30 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2014-11-30 13:23:30 +0300
commitf8e108720901c15ff14d3377ddfeae1b855a3642 (patch)
tree5da47622e51659389babe31191a6018e41d52d73 /nixos/modules
parente0f0e2c731c523d901515a0aae5e01be877db29d (diff)
parentb2f3e10a35fe213e04f1fe88b64cc1069b376365 (diff)
downloadnixlib-f8e108720901c15ff14d3377ddfeae1b855a3642.tar
nixlib-f8e108720901c15ff14d3377ddfeae1b855a3642.tar.gz
nixlib-f8e108720901c15ff14d3377ddfeae1b855a3642.tar.bz2
nixlib-f8e108720901c15ff14d3377ddfeae1b855a3642.tar.lz
nixlib-f8e108720901c15ff14d3377ddfeae1b855a3642.tar.xz
nixlib-f8e108720901c15ff14d3377ddfeae1b855a3642.tar.zst
nixlib-f8e108720901c15ff14d3377ddfeae1b855a3642.zip
Merge pull request #5121 from coreyoconnor/primus-upstream
Add primus and extend bumblebee to support 32bit/64bit multilib
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/hardware/video/bumblebee.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/bumblebee.nix b/nixos/modules/hardware/video/bumblebee.nix
index 52dea798f87a..7b48d9d1fcf5 100644
--- a/nixos/modules/hardware/video/bumblebee.nix
+++ b/nixos/modules/hardware/video/bumblebee.nix
@@ -30,7 +30,7 @@ with lib;
     boot.kernelModules = [ "bbswitch" ];
     boot.extraModulePackages = [ kernel.bbswitch kernel.nvidia_x11 ];
 
-    environment.systemPackages = [ pkgs.bumblebee ];
+    environment.systemPackages = [ pkgs.bumblebee pkgs.primus ];
 
     systemd.services.bumblebeed = {
       description = "Bumblebee Hybrid Graphics Switcher";