This commit is contained in:
Lilith 2025-04-07 23:09:46 +02:00
parent df697efe82
commit 8d4db8e8ca
Signed by: lilith
GPG key ID: 8712A0F317C37175
6 changed files with 81 additions and 71 deletions

View file

@ -1,6 +1,8 @@
{lib, ...}: let
{ lib, ... }:
let
mkHostOverride = lib.mkOverride 75;
in {
in
{
system.stateVersion = "24.11";
desktop.enable = true;
@ -14,6 +16,7 @@ in {
monitor = mkHostOverride [
"DP-3, 3840x2160, 0x0, 1.5"
"DP-4, 2560x1440, 2560x0, 1"
"DP-6, 2560x1440, -1440x-350, 1, transform, 1"
",preferred,auto,1"
];
};