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