framework: update
This commit is contained in:
commit
2d24a1e8e1
13 changed files with 138 additions and 131 deletions
|
|
@ -80,40 +80,40 @@
|
|||
'';
|
||||
};
|
||||
|
||||
programs.niri.settings.outputs = {
|
||||
# Laptop display
|
||||
"eDP-1" = {
|
||||
mode = {
|
||||
width = 2256;
|
||||
height = 1504;
|
||||
refresh = 59.999;
|
||||
};
|
||||
};
|
||||
"HP Inc. HP 24x 1CR9500W9Q" = {
|
||||
mode = {
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
refresh = 144.001;
|
||||
};
|
||||
scale = 1.0;
|
||||
position = {
|
||||
x = 2256;
|
||||
y = 0;
|
||||
};
|
||||
};
|
||||
"Ancor Communications Inc ASUS VS228 F3LMTF154813" = {
|
||||
mode = {
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
refresh = 60.0;
|
||||
};
|
||||
scale = 1.0;
|
||||
position = {
|
||||
x = 2256 + 1920;
|
||||
y = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
# programs.niri.settings.outputs = {
|
||||
# # Laptop display
|
||||
# "eDP-1" = {
|
||||
# mode = {
|
||||
# width = 2256;
|
||||
# height = 1504;
|
||||
# refresh = 59.999;
|
||||
# };
|
||||
# };
|
||||
# "HP Inc. HP 24x 1CR9500W9Q" = {
|
||||
# mode = {
|
||||
# width = 1920;
|
||||
# height = 1080;
|
||||
# refresh = 144.001;
|
||||
# };
|
||||
# scale = 1.0;
|
||||
# position = {
|
||||
# x = 2256;
|
||||
# y = 0;
|
||||
# };
|
||||
# };
|
||||
# "Ancor Communications Inc ASUS VS228 F3LMTF154813" = {
|
||||
# mode = {
|
||||
# width = 1920;
|
||||
# height = 1080;
|
||||
# refresh = 60.0;
|
||||
# };
|
||||
# scale = 1.0;
|
||||
# position = {
|
||||
# x = 2256 + 1920;
|
||||
# y = 0;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -68,10 +68,6 @@
|
|||
|
||||
hardware.amdgpu = {
|
||||
opencl.enable = true;
|
||||
amdvlk = {
|
||||
enable = true;
|
||||
support32Bit.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "zenix";
|
||||
|
|
@ -85,26 +81,26 @@
|
|||
home-manager.users.${user}.imports = [
|
||||
{
|
||||
home.stateVersion = "22.05";
|
||||
programs.niri.settings = {
|
||||
outputs."HP Inc. HP 24x 1CR9500W9Q" = {
|
||||
mode = {
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
refresh = 143.855;
|
||||
};
|
||||
variable-refresh-rate = true;
|
||||
scale = 1.0;
|
||||
};
|
||||
outputs."HDMI-A-1" = {
|
||||
mode = {
|
||||
width = 3840;
|
||||
height = 2160;
|
||||
refresh = 120.0;
|
||||
};
|
||||
variable-refresh-rate = true;
|
||||
scale = 2.5;
|
||||
};
|
||||
};
|
||||
# programs.niri.settings = {
|
||||
# outputs."HP Inc. HP 24x 1CR9500W9Q" = {
|
||||
# mode = {
|
||||
# width = 1920;
|
||||
# height = 1080;
|
||||
# refresh = 143.855;
|
||||
# };
|
||||
# variable-refresh-rate = true;
|
||||
# scale = 1.0;
|
||||
# };
|
||||
# outputs."HDMI-A-1" = {
|
||||
# mode = {
|
||||
# width = 3840;
|
||||
# height = 2160;
|
||||
# refresh = 120.0;
|
||||
# };
|
||||
# variable-refresh-rate = true;
|
||||
# scale = 2.5;
|
||||
# };
|
||||
# };
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue