[NixOS] Build taffybar exactly as specified by default.nix

This commit is contained in:
2019-06-17 01:01:52 -07:00
parent a0388f8e90
commit a7bebe1cec
2 changed files with 6 additions and 9 deletions

View File

@@ -12,7 +12,10 @@
/etc/nixos/cachix.nix
];
hardware.bumblebee.enable = true;
hardware.bumblebee = {
enable = true;
pmMethod = "bbswitch";
};
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
boot.kernelModules = [ "kvm-intel" ];