fix dpi issue on AMD-Workstation
This commit is contained in:
parent
9d5ff8962a
commit
21adf20192
@ -1,8 +1,9 @@
|
|||||||
{ inputs, ... }: {
|
{ inputs, lib, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
inputs.self.nixosProfiles.desktop
|
inputs.self.nixosProfiles.desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
deviceSpecific.devInfo = {
|
deviceSpecific.devInfo = {
|
||||||
cpu = {
|
cpu = {
|
||||||
vendor = "amd";
|
vendor = "amd";
|
||||||
@ -25,4 +26,6 @@
|
|||||||
deviceSpecific.isGaming = true;
|
deviceSpecific.isGaming = true;
|
||||||
deviceSpecific.enableVirtualisation = true;
|
deviceSpecific.enableVirtualisation = true;
|
||||||
deviceSpecific.wireguard.enable = true;
|
deviceSpecific.wireguard.enable = true;
|
||||||
|
|
||||||
|
hardware.video.hidpi.enable = lib.mkForce false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user