niksos/hosts/hape/system.nix

18 lines
404 B
Nix
Raw Normal View History

_: {
2024-08-06 17:52:50 +02:00
poz.other = {
2024-07-15 23:18:25 +02:00
system = {
2024-09-01 23:45:54 +02:00
hostname = "hape";
2024-07-15 23:18:25 +02:00
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;
};
};
};
}