Revert "monolith: don't hardcode display name"

This reverts commit c8c00f08e8.
This commit is contained in:
Leonardo Eugênio 2023-06-27 20:25:04 -03:00
parent ab00a850fd
commit c52cbc26df

View file

@ -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