niksos/hosts/niks/system.nix
jacekpoz b9e3184597
Squashed commit of the following:
commit 554a2784b4
Author: jacekpoz <jacekpoz@proton.me>
Date:   Sun Sep 1 22:28:35 2024 +0200

    make all system.nix files functions

commit dc21222846
Author: jacekpoz <jacekpoz@proton.me>
Date:   Sun Sep 1 21:09:09 2024 +0200

    attempt 1
2024-09-01 22:31:32 +02:00

23 lines
613 B
Nix

_: {
poz.other = {
system = {
hostname = "niks";
username = "jacek";
platform = "x86_64-linux";
};
hardware.monitors = {
eDP-1 = {
resolution = { w = 2560; h = 1440; };
refreshRate = 165;
position = { x = 0; y = 0; };
scale = 1.0;
};
HDMI-A-1 = {
resolution = { w = 2560; h = 1440; };
refreshRate = 144;
position = { x = 2560; y = 0; };
scale = 1.0;
};
};
};
}