diff options
Diffstat (limited to 'home-manager/entrypoints/personal.nix')
-rw-r--r-- | home-manager/entrypoints/personal.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/entrypoints/personal.nix b/home-manager/entrypoints/personal.nix index e277347..66924c7 100644 --- a/home-manager/entrypoints/personal.nix +++ b/home-manager/entrypoints/personal.nix @@ -47,7 +47,7 @@ gamestream-end = { text = '' #!${pkgs.zsh}/bin/zsh - ${pkgs.hyprland}/bin/hyprctl keyword monitor DP-2,preferred,auto,1 + ${pkgs.hyprland}/bin/hyprctl keyword monitor HDMI-A-1,preferred,auto,1 ''; target = "bin/gamestream-end"; executable = true; |