correct ask-pass program
Some checks failed
Build / nix-build (native-x86_64, gandalf) (push) Failing after 37s
Build / nix-build (native-x86_64, telperion) (push) Successful in 2m56s
Build / nix-build (native-x86_64, shadowfax) (push) Failing after 26m31s

This commit is contained in:
Joseph Hanson 2025-02-28 13:57:28 -06:00
parent fd9c2f3d13
commit af474361ef
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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