niksos/hosts/del/system.nix

18 lines
404 B
Nix
Raw Permalink Normal View History

_: {
2024-07-15 23:18:25 +02:00
poz.other = {
2024-07-15 20:14:56 +02:00
system = {
2024-09-01 23:42:51 +02:00
hostname = "del";
2024-07-15 20:14:56 +02:00
username = "jacek";
platform = "x86_64-linux";
2024-07-15 20:14:56 +02:00
};
hardware.monitors = {
eDP-1 = {
resolution = { w = 1920; h = 1280; };
refreshRate = 60;
position = { x = 0; y = 0; };
scale = 1.0;
};
};
};
}