summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-11-29 23:26:46 +0200
committerGitHub <noreply@github.com>2021-11-29 23:26:46 +0200
commit04a499cdde91c75ccaac3724827b2636c5e4460e (patch)
treee208ef9a454d705026beb5c2ce3b87487db2c4ce
parentMerge pull request #147822 from fabaff/bump-fakeredis (diff)
downloadnixpkgs-04a499cdde91c75ccaac3724827b2636c5e4460e.tar.gz
Revert "nixos/hidpi: add xserver dpi"
-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;
};
}