From e249b2d8d4c9368a911ac1d5d7492c14a9602c05 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 15 Feb 2021 14:00:47 +0100 Subject: tv config: define primary screens --- tv/2configs/hw/x220.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tv/2configs/hw/x220.nix') diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index aadfc669..ecbb84a4 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -1,4 +1,6 @@ -{ config, pkgs, ... }: +{ config, pkgs, ... }: let + lib = import ; +in { imports = [ ../smartd.nix @@ -74,4 +76,7 @@ services.xserver = { videoDriver = "intel"; }; + + tv.hw.screens.primary.width = lib.mkDefault 1366; + tv.hw.screens.primary.height = lib.mkDefault 768; } -- cgit v1.2.3