This commit is contained in:
kenji
2025-08-03 11:37:24 -05:00
parent 068a46a9bf
commit e619754e92
5 changed files with 23 additions and 24 deletions
+3 -3
View File
@@ -17,7 +17,7 @@
nixos = {
Hostname = "hakase";
Timezone = "America/Chicago";
enableSteamOS = false;
enableSteamOS = true;
Boot = {
mode = "systemd"; # systemd or grub
@@ -42,8 +42,8 @@
monitors = [
# "DP-2, highres@165,0x1080,1,vrr,1"
# "DP-2, highres@180,0x1080,1,cm,hdr, sdrbrightness, 1.5, sdrsaturation, 0.98"
"DP-1, highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98"
"DP-2, highres@highrr,0x0,1"
"DP-2, highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98"
"DP-1, highres@highrr,0x0,1"
"HDMI-A-1, 1920x1080@120, 20000x20000,1"
# "HDMI-A-1, disabled"
];