mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 04:02:54 -05:00
gpu/amd: set GSK_RENDERER=ngl
Some checks failed
git-mirror / gitlab-sync (push) Has been cancelled
nix-build / clean-install-build (push) Has been cancelled
nix-build / rofi-bluetooth-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled
Some checks failed
git-mirror / gitlab-sync (push) Has been cancelled
nix-build / clean-install-build (push) Has been cancelled
nix-build / rofi-bluetooth-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled
This commit is contained in:
parent
c7581ba6e1
commit
3901051cb9
|
@ -1,5 +1,8 @@
|
|||
{...}: {
|
||||
environment.variables.VDPAU_DRIVER = "radeonsi";
|
||||
environment.variables = {
|
||||
DPAU_DRIVER = "radeonsi";
|
||||
GSK_RENDERER = "ngl";
|
||||
};
|
||||
|
||||
hardware = {
|
||||
amdgpu = {
|
||||
|
|
Loading…
Reference in a new issue