Skip to content

Commit

Permalink
common/gpu/amd: use modesetting driver by default
Browse files Browse the repository at this point in the history
Follows upstream nixpkgs
  • Loading branch information
K900 committed Mar 6, 2023
1 parent 46d00f2 commit 630a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/gpu/amd/default.nix
Expand Up @@ -17,7 +17,7 @@

config = lib.mkMerge [
{
services.xserver.videoDrivers = lib.mkDefault [ "amdgpu" ];
services.xserver.videoDrivers = lib.mkDefault [ "modesetting" ];

hardware.opengl = {
driSupport = lib.mkDefault true;
Expand Down

0 comments on commit 630a8e3

Please sign in to comment.