aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-10-22 18:49:05 +0300
committerZhongheng Liu <z.liu@outlook.com.gr>2024-10-22 18:49:05 +0300
commita82a005ed2bf4dc22a1530aee1f62a9f3e19aa32 (patch)
tree5c8fd7319b954f32d3401e7e631f11487ac64fd5
parentd15dd3bb76eec18de959bcf3992a3700cbbd19a0 (diff)
downloadnixos-configuration-a82a005ed2bf4dc22a1530aee1f62a9f3e19aa32.tar.gz
nixos-configuration-a82a005ed2bf4dc22a1530aee1f62a9f3e19aa32.tar.bz2
nixos-configuration-a82a005ed2bf4dc22a1530aee1f62a9f3e19aa32.zip
chore: update monitor configuration
-rw-r--r--home-manager/stvnliu/hypr/hyprland/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/stvnliu/hypr/hyprland/default.nix b/home-manager/stvnliu/hypr/hyprland/default.nix
index 9d6f1ac..58b0efe 100644
--- a/home-manager/stvnliu/hypr/hyprland/default.nix
+++ b/home-manager/stvnliu/hypr/hyprland/default.nix
@@ -17,7 +17,7 @@
xwayland = {force_zero_scaling = true;};
monitor = [
#"eDP-1, 1920x1080@165,0x0,1"
- "desc:XMI Mi 27 NFGL 3215000032603, 1920x1080@75, 2560x0, 1"
+ "desc:Xiaomi Corporation Mi 27 NFGL 3215000032603, 1920x1080@75, 2560x0, 1"
"desc:BOE 0x0B40,preferred, auto, ${builtins.toString config.displayScale}"
", preferred, auto, 1" # wildcard definition
];