heehaw

u/heehaw@lemmy.ml
5 posts · 32 comments

Recent posts

Recent comments

I had similar issue while using lutris. I changed hardware.graphics setting until it worked. Now it looks something like this

hardware.graphics = {
    enable = true;
    enable32Bit = true;
    extraPackages = with pkgs; [
      amdvlk
		  vulkan-loader
      vulkan-tools
      libvdpau
      libva
    ];
};

I don't know exactly what worked, but you can give it a try.

on Garuda sway nord theme. · c/unixporn · 1 pts · 2y

looks cool. I am using tst but it shows tabs to left and on top of address bar. How did you make firefox not show tabs on top of address bar?