Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2019-10-22 09:20:03 +02:00
181 changed files with 2659 additions and 1528 deletions
+2
View File
@@ -31,6 +31,8 @@ with lib;
config = mkIf config.programs.seahorse.enable {
programs.ssh.askPassword = mkDefault "${pkgs.gnome3.seahorse}/libexec/seahorse/ssh-askpass";
environment.systemPackages = [
pkgs.gnome3.seahorse
];