niksos/hosts/del/system.nix

18 lines
408 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +02:00
{
2024-07-15 20:14:56 +02:00
myOptions.other = {
system = {
hostname = "niks";
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;
};
};
};
}