summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-11-30 02:50:14 +0200
committerGitHub <noreply@github.com>2021-11-30 02:50:14 +0200
commit14d0efe51a8fad83a0021fd27162f0451471a6f8 (patch)
tree1e1ec372ed0915b5b04cbeed466f771e474a81bf
parentRevert ".github/workflows/editorconfig.yml: Don't use GitHub API for PR diff." (diff)
parentRevert "nixos/hidpi: add xserver dpi" (diff)
downloadnixpkgs-14d0efe51a8fad83a0021fd27162f0451471a6f8.tar.gz
Merge pull request #147939 from NixOS/revert-116290-mar2021-hidpi
-rw-r--r--nixos/modules/hardware/video/hidpi.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/hidpi.nix b/nixos/modules/hardware/video/hidpi.nix
index c480cc481dfc..ac72b652504e 100644
--- a/nixos/modules/hardware/video/hidpi.nix
+++ b/nixos/modules/hardware/video/hidpi.nix
@@ -12,6 +12,5 @@ with lib;
boot.loader.systemd-boot.consoleMode = mkDefault "1";
# TODO Find reasonable defaults X11 & wayland
- services.xserver.dpi = lib.mkDefault 192;
};
}