Configurations cleanup
Fix home state version
This commit is contained in:
parent
c6c8c23058
commit
abc9f50a30
6 changed files with 76 additions and 82 deletions
|
|
@ -12,6 +12,19 @@ with lib; {
|
|||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
# Enable opengl support
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
vaapiIntel
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
|
||||
# Use same ACPI identifier as Dell Ubuntu
|
||||
boot.kernelParams = [ "acpi_osi=Linux-Dell-Video" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue