Revert "monolith: don't hardcode display name"
This reverts commit c8c00f08e8
.
This commit is contained in:
parent
ab00a850fd
commit
c52cbc26df
|
@ -15,6 +15,9 @@ in
|
||||||
"kvm-amd"
|
"kvm-amd"
|
||||||
"amdgpu"
|
"amdgpu"
|
||||||
];
|
];
|
||||||
|
boot.kernelParams = [
|
||||||
|
"video=DP-1:1920x1080@144"
|
||||||
|
];
|
||||||
|
|
||||||
hardware.opengl.driSupport = true;
|
hardware.opengl.driSupport = true;
|
||||||
# # For 32 bit applications
|
# # For 32 bit applications
|
||||||
|
|
Loading…
Reference in a new issue