This commit is contained in:
Julian Sutter 2024-12-21 16:38:28 -08:00
parent b5b03dea63
commit 0cef510688
2 changed files with 7 additions and 1 deletions

View file

@ -60,6 +60,12 @@
};
};
services.xserver.videoDrivers = [ "amdgpu" ];
# Optionally set environment variable so everything defaults to iGPU
environment.variables = {
DRI_PRIME = "1";
};
environment.systemPackages = with pkgs; [
via
radeontop