summaryrefslogtreecommitdiff
path: root/lib/monitors.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/monitors.nix')
-rw-r--r--lib/monitors.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/monitors.nix b/lib/monitors.nix
new file mode 100644
index 0000000..4cb2977
--- /dev/null
+++ b/lib/monitors.nix
@@ -0,0 +1,21 @@
+_: {
+ # 1080p small ASUS monitor
+ asus = {
+ desc = "ASUSTek COMPUTER INC ASUS VA24E LALMTF215939";
+ position = {
+ enabled = true;
+ x = 2048;
+ y = 240;
+ };
+ };
+
+ # 1440p 32in acer
+ acer = {
+ desc = "Acer Technologies EB321HQU 0x00000698";
+ position = {
+ enabled = true;
+ x = 3968;
+ y = 0;
+ };
+ };
+}