niksos/hosts/hape/system.nix

17 lines
404 B
Nix

_: {
poz.other = {
system = {
hostname = "hape";
username = "jacek";
platform = "x86_64-linux";
};
hardware.monitors = {
eDP-1 = {
resolution = { w = 1600; h = 900; };
refreshRate = 60;
position = { x = 0; y = 0; };
scale = 1.0;
};
};
};
}