about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2023-04-09 01:18:48 +0200
committeraszlig <aszlig@nix.build>2023-04-09 01:26:02 +0200
commite0cb068a4bbad0beda3b5c8c8a25aa37df631d40 (patch)
tree07cb31e2ed50fb04c79c5f2e79dda4097606db62 /machines
parent7cef6a096dd42440952f8e5edb6c5813dec28766 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/slylandro.nix1
1 files changed, 0 insertions, 1 deletions
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";