17 lines
402 B
Nix
17 lines
402 B
Nix
{
|
|
poz.other = {
|
|
system = {
|
|
hostname = "niks";
|
|
username = "jacek";
|
|
platform = "x86_64-linux";
|
|
};
|
|
hardware.monitors = {
|
|
eDP-1 = {
|
|
resolution = { w = 1920; h = 1280; };
|
|
refreshRate = 60;
|
|
position = { x = 0; y = 0; };
|
|
scale = 1.0;
|
|
};
|
|
};
|
|
};
|
|
}
|