From af474361ef2cad993235b87b3beea9ee1f6645e4 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 28 Feb 2025 13:57:28 -0600 Subject: [PATCH] correct ask-pass program --- nixos/modules/nixos/de/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/modules/nixos/de/hyprland.nix b/nixos/modules/nixos/de/hyprland.nix index 3c555ac..099ce2f 100644 --- a/nixos/modules/nixos/de/hyprland.nix +++ b/nixos/modules/nixos/de/hyprland.nix @@ -83,6 +83,10 @@ in { }; dconf.enable = true; seahorse.enable = true; + ssh = { + enableAskPassword = true; + askPassword = "${pkgs.seahorse}/libexec/seahorse/ssh-askpass"; + }; fuse.userAllowOther = true; ## Additional programs for the overall Hyprland experience