Compare commits
No commits in common. "9d8d62f5c2362e75befc99f1ebb5dc88147f4a43" and "f002faacca2d3369c5b627a32040f353a12828ff" have entirely different histories.
9d8d62f5c2
...
f002faacca
|
@ -163,11 +163,11 @@
|
|||
},
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1707650010,
|
||||
"narHash": "sha256-dOhphIA4MGrH4ElNCy/OlwmN24MsnEqFjRR6+RY7jZw=",
|
||||
"lastModified": 1707091808,
|
||||
"narHash": "sha256-LahKBAfGbY836gtpVNnWwBTIzN7yf/uYM/S0g393r0Y=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "809cca784b9f72a5ad4b991e0e7bcf8890f9c3a6",
|
||||
"rev": "9f2ee8c91ac42da3ae6c6a1d21555f283458247e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -149,23 +149,23 @@ in {
|
|||
workspaceOutputAssign = [
|
||||
{
|
||||
workspace = "1";
|
||||
output = ["DP-4" "eDP-1"];
|
||||
output = ["DP-3" "eDP-1"];
|
||||
}
|
||||
{
|
||||
workspace = "2";
|
||||
output = ["DP-4" "eDP-1"];
|
||||
output = ["DP-3" "eDP-1"];
|
||||
}
|
||||
{
|
||||
workspace = "3";
|
||||
output = ["DP-4" "eDP-1"];
|
||||
output = ["DP-3" "eDP-1"];
|
||||
}
|
||||
{
|
||||
workspace = "4";
|
||||
output = ["DP-4" "eDP-1"];
|
||||
output = ["DP-3" "eDP-1"];
|
||||
}
|
||||
{
|
||||
workspace = "5";
|
||||
output = ["DP-4" "eDP-1"];
|
||||
output = ["DP-3" "eDP-1"];
|
||||
}
|
||||
|
||||
{
|
||||
|
@ -179,15 +179,15 @@ in {
|
|||
|
||||
{
|
||||
workspace = "8";
|
||||
output = ["DP-3" "eDP-1"];
|
||||
output = ["DP-4" "eDP-1"];
|
||||
}
|
||||
{
|
||||
workspace = "9";
|
||||
output = ["DP-3" "eDP-1"];
|
||||
output = ["DP-4" "eDP-1"];
|
||||
}
|
||||
{
|
||||
workspace = "10";
|
||||
output = ["DP-3" "eDP-1"];
|
||||
output = ["DP-4" "eDP-1"];
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -178,14 +178,14 @@
|
|||
};
|
||||
"DP-3" = {
|
||||
enable = true;
|
||||
primary = false;
|
||||
position = "3840x0";
|
||||
primary = true;
|
||||
position = "1920x0";
|
||||
mode = "1920x1200";
|
||||
};
|
||||
"DP-4" = {
|
||||
enable = true;
|
||||
primary = true;
|
||||
position = "1920x0";
|
||||
primary = false;
|
||||
position = "3840x0";
|
||||
mode = "1920x1200";
|
||||
};
|
||||
};
|
||||
|
@ -198,14 +198,14 @@
|
|||
config = {
|
||||
"DP-3" = {
|
||||
enable = true;
|
||||
primary = false;
|
||||
position = "3840x0";
|
||||
primary = true;
|
||||
position = "1920x0";
|
||||
mode = "1920x1200";
|
||||
};
|
||||
"DP-4" = {
|
||||
enable = true;
|
||||
primary = true;
|
||||
position = "1920x0";
|
||||
primary = false;
|
||||
position = "3840x0";
|
||||
mode = "1920x1200";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue