Skip to content

Commit d555f8e

Browse files
committed
migrate spark graphics options to current nixos
1 parent d715c64 commit d555f8e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

hosts/laptops/spark/hardware-configuration.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@
3838
# hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
3939

4040
# Framework display and graphics
41-
hardware.opengl = {
41+
hardware.graphics = {
4242
enable = true;
43-
driSupport = true;
44-
driSupport32Bit = true;
43+
enable32Bit = true;
4544
};
4645

4746
# Thunderbolt support

0 commit comments

Comments
 (0)