From e92436da03d835766e50b8b64a166d6948ab1584 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 1 Dec 2024 15:16:41 +0100 Subject: enable ssh-agent --- nixos/parts/graphical.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/parts/graphical.nix b/nixos/parts/graphical.nix index 73407f6..a032ddf 100644 --- a/nixos/parts/graphical.nix +++ b/nixos/parts/graphical.nix @@ -6,6 +6,7 @@ # Execute sway with required environment variables for GTK apps. wrapperFeatures.gtk = true; }; + programs.ssh.startAgent = true; environment.systemPackages = with pkgs; [ # CLI tools -- cgit v1.2.3