From e0cb068a4bbad0beda3b5c8c8a25aa37df631d40 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 9 Apr 2023 01:18:48 +0200 Subject: slylandro: Remove hidpi specific settings for now This reverts commit c88fd9eaa12c8a3c06502b09c2056d3c91421952. The hardware.video.hidpi.enable option was removed a while ago[1] because it's not clear what a single boolean option should mean, so it doesn't make sense anymore to make any of our options depend on it. Forthermore, I'm experimenting with different Wayland compositors at the moment and most of the stuff that I did here is for Xorg. I expect most of the stuff to be gone when I'm settled with a Wayland setup that works for me. [1]: https://github.com/NixOS/nixpkgs/pull/222689 Signed-off-by: aszlig --- machines/aszlig/slylandro.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'machines') diff --git a/machines/aszlig/slylandro.nix b/machines/aszlig/slylandro.nix index 8c9e91ab..85bd8bc6 100644 --- a/machines/aszlig/slylandro.nix +++ b/machines/aszlig/slylandro.nix @@ -27,7 +27,6 @@ hardware.firmware = [ pkgs.linux-firmware ]; vuizvui.hardware.tuxedo.pulse15.gen2.enable = true; - hardware.video.hidpi.enable = true; services.xserver.dpi = 188; services.xserver.xkbOptions = "caps:none"; -- cgit 1.4.1