mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: update to nixos 25.05
This commit is contained in:
parent
e3b550bd82
commit
d25e24c15b
11 changed files with 160 additions and 184 deletions
|
|
@ -2,8 +2,8 @@ _: {
|
|||
fireproof.home-manager.programs.niri.settings.outputs = {
|
||||
"DP-3" = {
|
||||
position = {
|
||||
x = 0;
|
||||
y = 1080;
|
||||
x = 1920;
|
||||
y = 0;
|
||||
};
|
||||
mode = {
|
||||
refresh = 164.998;
|
||||
|
|
@ -13,8 +13,8 @@ _: {
|
|||
};
|
||||
"DP-1" = {
|
||||
position = {
|
||||
x = 2560;
|
||||
y = 1080;
|
||||
x = 4480;
|
||||
y = 0;
|
||||
};
|
||||
mode = {
|
||||
refresh = 165.000;
|
||||
|
|
@ -22,14 +22,16 @@ _: {
|
|||
height = 1440;
|
||||
};
|
||||
};
|
||||
"DP-2" = {
|
||||
"HDMI-A-1" = {
|
||||
position = {
|
||||
x = (2560 - 1920) / 2;
|
||||
x = 0;
|
||||
y = 0;
|
||||
};
|
||||
};
|
||||
"HDMI-A-1" = {
|
||||
enable = false;
|
||||
mode = {
|
||||
refresh = 60.000;
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue