From 4a66da9dd75a24b3c56131190c4211da9f10fafd Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 14 Aug 2023 00:10:53 +0200 Subject: [PATCH] fix(hyprland): fix path for xdph --- homes/jacek/gui/hypr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/jacek/gui/hypr.nix b/homes/jacek/gui/hypr.nix index 1c0d2df..84955e0 100644 --- a/homes/jacek/gui/hypr.nix +++ b/homes/jacek/gui/hypr.nix @@ -208,7 +208,7 @@ bind = SUPER, G, togglegroup binde = SUPERSHIFT, G, changegroupactive, f bind = SUPERCONTROL, R, exec, replay-sorcery save - bind = SUPERCONTROL, X, exec, /usr/lib/xdg-desktop-portal-hyprland -r + bind = SUPERCONTROL, X, exec, ${pkgs.xdg-desktop-portal-hyprland}/libexec/xdg-desktop-portal-hyprland -r bind = SUPERSHIFT, X, exec, hyprctl kill bind = SUPER, B, togglespecialworkspace, btop bind = SUPER, A, togglespecialworkspace, amdgpu_top