changed graphics config to amd - cloud
this to pull down any relevant amd packages from nixpkgs, not any nvidia packages
This commit is contained in:
parent
0c8c5c5f2a
commit
50d1e00a02
@ -84,7 +84,7 @@ in {
|
|||||||
# Graphics module (../../graphics/default.nix)
|
# Graphics module (../../graphics/default.nix)
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gpuVendor = "nvidia"; # or "amd" or "intel"
|
gpuVendor = "amd"; # or "amd" or "intel"
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
vulkan.enable = true;
|
vulkan.enable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user