niksos/hosts/del/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

17 lines
405 B
Nix

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