diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/shinji/default.nix | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index bb0a495..dae86a8 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -16,10 +16,27 @@ hostName = "shinji"; monitors = [ { - name = "eDP-1"; + port = "eDP-1"; scale = 1.25; bitdepth = 10; } + # desktop when docked + { + desc = "ASUSTek COMPUTER INC ASUS VA24E LALMTF215939"; + position = { + enabled = true; + x = 2048; + y = 240; + }; + } + { + desc = "Acer Technologies EB321HQU T5NAA0023E00"; + position = { + enabled = true; + x = 3968; + y = 0; + }; + } ]; # set power btn to suspend |