diff options
| author | Artturi <Artturin@artturin.com> | 2021-11-29 23:26:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-29 23:26:46 +0200 |
| commit | 04a499cdde91c75ccaac3724827b2636c5e4460e (patch) | |
| tree | e208ef9a454d705026beb5c2ce3b87487db2c4ce | |
| parent | Merge pull request #147822 from fabaff/bump-fakeredis (diff) | |
| download | nixpkgs-04a499cdde91c75ccaac3724827b2636c5e4460e.tar.gz | |
Revert "nixos/hidpi: add xserver dpi"
| -rw-r--r-- | nixos/modules/hardware/video/hidpi.nix | 1 |
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; }; } |
