diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-01 15:16:41 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:37:52 +0100 |
commit | e92436da03d835766e50b8b64a166d6948ab1584 (patch) | |
tree | 6a2acf3c8ec6f7f2e8ee677dd1f6ac9668b8beef | |
parent | 36e07e3cfbe089c634495def53649fa84ae0488c (diff) |
enable ssh-agent
-rw-r--r-- | nixos/parts/graphical.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |