Enable ssh_askpass
This commit is contained in:
parent
70dca4d5df
commit
89ab03e0f7
|
@ -26,7 +26,6 @@
|
|||
libnotify
|
||||
libarchive
|
||||
xdg-utils
|
||||
gcr
|
||||
imagemagick
|
||||
ffmpeg
|
||||
hunspell
|
||||
|
@ -60,6 +59,7 @@
|
|||
];
|
||||
};
|
||||
programs = {
|
||||
ssh.enableAskPassword = true;
|
||||
dconf.enable = true;
|
||||
xfconf.enable = true;
|
||||
noisetorch.enable = true;
|
||||
|
|
Loading…
Reference in a new issue