diff options
author | tv <tv@krebsco.de> | 2021-02-15 14:00:47 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-02-15 14:16:27 +0100 |
commit | dbc0e3d5dee0ffdfcbdfbf394590cd340bb5c469 (patch) | |
tree | 3b7b267cb109c6aa6b7d8d036fd962791b7bfb03 /tv/2configs/hw/w110er.nix | |
parent | 9b16ee4c75f169a4d59fcff1d15fc5640b03bb7f (diff) |
tv config: define primary screens
Diffstat (limited to 'tv/2configs/hw/w110er.nix')
-rw-r--r-- | tv/2configs/hw/w110er.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/2configs/hw/w110er.nix b/tv/2configs/hw/w110er.nix index 7d837ea..693cef5 100644 --- a/tv/2configs/hw/w110er.nix +++ b/tv/2configs/hw/w110er.nix @@ -59,4 +59,7 @@ with import <stockholm/lib>; services.xserver = { videoDriver = "intel"; }; + + tv.hw.screens.primary.width = 1366; + tv.hw.screens.primary.height = 768; } |