summaryrefslogtreecommitdiff
path: root/hosts/tomato/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tomato/hardware.nix')
-rw-r--r--hosts/tomato/hardware.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix
index be00010..271d412 100644
--- a/hosts/tomato/hardware.nix
+++ b/hosts/tomato/hardware.nix
@@ -33,6 +33,10 @@ in
hardware.graphics.extraPackages = [pkgs.intel-vaapi-driver];
services.xserver.videoDrivers = ["intel"];
+ services.xserver.xrandrHeads = [{
+ output = "LVDS1";
+ monitorConfig = "DisplaySize 280 160";
+ }];
this.bluetooth.enable = true;