This commit is contained in:
kenji
2025-12-13 09:35:21 -06:00
parent c148be1a99
commit a308923512
6 changed files with 23 additions and 12 deletions
+3 -3
View File
@@ -20,10 +20,10 @@
nixos = {
Hostname = "hakase";
Timezone = "America/Chicago";
enableSteamOS = true;
enableSteamOS = false;
Boot = {
mode = "limine"; # systemd or grub
mode = "systemd"; # systemd or grub
};
Apps = {
packages = pkgs:
@@ -44,7 +44,7 @@
# "DP-2, highres@165,0x1080,1,vrr,1"
# "DP-2, highres@180,0x1080,1,cm,hdr, sdrbrightness, 1.5, sdrsaturation, 0.98"
"DP-2, highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98"
"DP-1, highres@highrr,0x0,1"
"DP-1, highres@highrr,760x0,1"
"HDMI-A-1, 1920x1080@120, 20000x20000,1"
# "HDMI-A-1, disabled"
];