Skip to content

Commit c22b916

Browse files
authored
Merge pull request #57 from numtide/amdgpu
graphics/amd: use modsettings driver
2 parents 14bf524 + 0b2656a commit c22b916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nixos/graphics/amd.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ in
1212
};
1313
};
1414
config = lib.mkIf cfg.enable {
15-
services.xserver.videoDrivers = [ "amdgpu" ];
15+
services.xserver.videoDrivers = [ "modesettings" ];
1616
};
1717
}

0 commit comments

Comments
 (0)