diff options
-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 |