fix(host/murex-pecten): post-update fixup
This commit is contained in:
parent
6204b31e0a
commit
6e726a443e
|
@ -50,9 +50,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
opengl = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport32Bit = true;
|
enable32Bit = true;
|
||||||
extraPackages = with pkgs; [amdvlk];
|
extraPackages = with pkgs; [amdvlk];
|
||||||
extraPackages32 = with pkgs; [driversi686Linux.amdvlk];
|
extraPackages32 = with pkgs; [driversi686Linux.amdvlk];
|
||||||
};
|
};
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
chrysalis
|
chrysalis
|
||||||
openrgb
|
openrgb
|
||||||
i2c-tools
|
i2c-tools
|
||||||
gnome3.gnome-settings-daemon
|
gnome-settings-daemon
|
||||||
qmk-udev-rules
|
qmk-udev-rules
|
||||||
vial
|
vial
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue