This commit is contained in:
death916 2026-03-05 21:24:43 -08:00
parent 389928d2c6
commit f26f4703f9

View file

@ -16,12 +16,21 @@
systemd.variables = [ "--all" ];
settings = {
monitor = [
monitor = if (osConfig.networking.hostName == "death-pc") then [
"desc:Acer Technologies R240HY T4BAA0012400,1920x1080,-1920x0,1"
"desc:BNQ BenQ EL2870U 26M05467SL0,2560x1440,0x0,1"
"desc:WAM U24C 0000000000001,1920x1080,2560x0,1"
",preferred,auto,1"
] else [
",preferred,auto,1"
];
workspace = if (osConfig.networking.hostName == "death-pc") then [
"1, monitor:desc:BNQ BenQ EL2870U 26M05467SL0"
"2, monitor:desc:Acer Technologies R240HY T4BAA0012400"
"3, monitor:desc:WAM U24C 0000000000001"
] else [];
"$fileManager" = "nautilus";
env = [
"QT_QPA_PLATFORM,wayland"