From 30b3ff1d0f31ae0e81cf144d925f3a79e311fbe5 Mon Sep 17 00:00:00 2001 From: Bun Date: Sun, 4 May 2025 23:32:52 -0400 Subject: [PATCH] Add Steam Deck to Kanshi config --- modules/home/wms/programs/kanshi/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/home/wms/programs/kanshi/default.nix b/modules/home/wms/programs/kanshi/default.nix index 55a90b1c..94896f85 100644 --- a/modules/home/wms/programs/kanshi/default.nix +++ b/modules/home/wms/programs/kanshi/default.nix @@ -43,6 +43,20 @@ ]; }; } + { + profile = { + name = "steam-deck"; + outputs = [ + { + criteria = "Valve Corporation ANX7530 U 0x00000001"; + status = "enable"; + mode = "800x1280@59.99900"; + transform = "270"; + scale = 1.0; + } + ]; + }; + } { profile = { name = "undocked";