From 724a65e4990205bc3e7df08e1fb6326d917eebd0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 10 Apr 2026 13:58:45 -0700 Subject: [PATCH] hyprland: persist ryzen-shine kanshi display profile --- nixos/hyprland.nix | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/nixos/hyprland.nix b/nixos/hyprland.nix index 39904574..28a2bacc 100644 --- a/nixos/hyprland.nix +++ b/nixos/hyprland.nix @@ -27,7 +27,21 @@ makeEnable config "myModules.hyprland" true { { services.kanshi = { enable = true; - systemdTarget = "hyprland-session.target"; + systemdTarget = "graphical-session.target"; + settings = [ + { + profile.name = "ryzen-shine-primary"; + profile.outputs = [ + { + criteria = "DP-1"; + status = "enable"; + mode = "3440x1440@240Hz"; + position = "0,0"; + scale = 1.0; + } + ]; + } + ]; }; programs.hyprscratch = {