mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-26 18:54:59 +08:00
feat: add monitor configuration
This commit is contained in:
parent
9ae7c8b31a
commit
b24a0ce106
1 changed files with 16 additions and 0 deletions
|
|
@ -66,6 +66,22 @@
|
|||
];
|
||||
};
|
||||
home = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
position = "152,1440";
|
||||
}
|
||||
{
|
||||
criteria = "LG Electronics LG ULTRAGEAR+ 507NTRLM0646";
|
||||
scale = 1.0;
|
||||
status = "enable";
|
||||
position = "0,0";
|
||||
# adaptiveSync = true;
|
||||
mode = "2560x1440@144Hz";
|
||||
}
|
||||
];
|
||||
};
|
||||
home-alt = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue