diff --git a/system/desktop.nix b/system/desktop.nix index 6a327aac..6eb17504 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -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;