mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: specify mode for new monitor
This commit is contained in:
parent
97625ae36c
commit
919ce9fc6a
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ in
|
||||||
}
|
}
|
||||||
(mkIf (nixosConfig.node.name == "kroma") {
|
(mkIf (nixosConfig.node.name == "kroma") {
|
||||||
monitor = [
|
monitor = [
|
||||||
"DP-2, preferred, 0x0, 1"
|
"DP-2, 3840x2160@120, 0x0, 1"
|
||||||
"DP-3, preferred, -3840x0, 1"
|
"DP-3, preferred, -3840x0, 1"
|
||||||
# Thank you NVIDIA for this generous, free-of-charge, extra monitor that
|
# Thank you NVIDIA for this generous, free-of-charge, extra monitor that
|
||||||
# doesn't exist and crashes yoru session sometimes when moving a window to it.
|
# doesn't exist and crashes yoru session sometimes when moving a window to it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue