about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index 240990a..224fad2 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -65,9 +65,9 @@
   services.xserver.enable = true;
   services.xserver.exportConfiguration = true;
 
-
   services.xserver.displayManager.gdm.enable = true;
   services.xserver.desktopManager.gnome.enable = true;
+  programs.ssh.askPassword = lib.mkDefault "${pkgs.gnome.seahorse}/libexec/seahorse/ssh-askpass";
   services.xserver.displayManager.sessionPackages = [ pkgs.sway ];
   #services.xserver.displayManager.defaultSession = "none+i3";
   services.xserver.displayManager.defaultSession = "sway";