niksos/hosts/del/system.nix
2024-09-01 23:42:51 +02:00

17 lines
404 B
Nix

_: {
poz.other = {
system = {
hostname = "del";
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;
};
};
};
}