NixOS deployment for LinuxLab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
135 B

1 week ago
  1. { pkgs, ... }:
  2. {
  3. hardware.opengl = {
  4. enable = true;
  5. driSupport32Bit = true;
  6. extraPackages = with pkgs; [
  7. ];
  8. };
  9. }