From 1727b0d121d36353354c117df6106dfd4dfc3d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 21 Oct 2025 22:00:05 +0800 Subject: [PATCH] vanadium/autorandr: update orchid brightness --- nix/configurations/vanadium/nixos/display.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/configurations/vanadium/nixos/display.nix b/nix/configurations/vanadium/nixos/display.nix index 0de06ce0..fbc65165 100644 --- a/nix/configurations/vanadium/nixos/display.nix +++ b/nix/configurations/vanadium/nixos/display.nix @@ -169,7 +169,7 @@ (switches.setDPI {dpi = 100;}) (switches.setSoftwareBrightness { device = name; - brightness = 0.8; + brightness = 0.7; }) ]; };