mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
res
This commit is contained in:
parent
389928d2c6
commit
f26f4703f9
1 changed files with 10 additions and 1 deletions
|
|
@ -16,12 +16,21 @@
|
||||||
systemd.variables = [ "--all" ];
|
systemd.variables = [ "--all" ];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
monitor = [
|
monitor = if (osConfig.networking.hostName == "death-pc") then [
|
||||||
"desc:Acer Technologies R240HY T4BAA0012400,1920x1080,-1920x0,1"
|
"desc:Acer Technologies R240HY T4BAA0012400,1920x1080,-1920x0,1"
|
||||||
"desc:BNQ BenQ EL2870U 26M05467SL0,2560x1440,0x0,1"
|
"desc:BNQ BenQ EL2870U 26M05467SL0,2560x1440,0x0,1"
|
||||||
"desc:WAM U24C 0000000000001,1920x1080,2560x0,1"
|
"desc:WAM U24C 0000000000001,1920x1080,2560x0,1"
|
||||||
",preferred,auto,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";
|
"$fileManager" = "nautilus";
|
||||||
env = [
|
env = [
|
||||||
"QT_QPA_PLATFORM,wayland"
|
"QT_QPA_PLATFORM,wayland"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue