Enable ssh_askpass

This commit is contained in:
Evie Litherland-Smith 2025-02-10 06:51:48 +00:00
parent 70dca4d5df
commit 89ab03e0f7

View file

@ -26,7 +26,6 @@
libnotify libnotify
libarchive libarchive
xdg-utils xdg-utils
gcr
imagemagick imagemagick
ffmpeg ffmpeg
hunspell hunspell
@ -60,6 +59,7 @@
]; ];
}; };
programs = { programs = {
ssh.enableAskPassword = true;
dconf.enable = true; dconf.enable = true;
xfconf.enable = true; xfconf.enable = true;
noisetorch.enable = true; noisetorch.enable = true;