correct ask-pass program
This commit is contained in:
parent
fd9c2f3d13
commit
af474361ef
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue