niksos/hosts/niks/system.nix

24 lines
613 B
Nix
Raw Normal View History

_: {
2024-07-15 23:18:25 +02:00
poz.other = {
2024-07-15 20:14:56 +02:00
system = {
hostname = "niks";
username = "jacek";
platform = "x86_64-linux";
2024-07-15 20:14:56 +02:00
};
hardware.monitors = {
eDP-1 = {
resolution = { w = 2560; h = 1440; };
refreshRate = 165;
position = { x = 0; y = 0; };
scale = 1.0;
};
HDMI-A-1 = {
resolution = { w = 2560; h = 1440; };
refreshRate = 144;
position = { x = 2560; y = 0; };
scale = 1.0;
};
};
};
}