diff options
Diffstat (limited to 'nixos/alpha/configuration.nix')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 1a4e202..522734d 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -205,6 +205,8 @@ sway.enable = true; sway.extraPackages = lib.mkForce [ ]; + ssh.startAgent = true; + zsh.enable = true; zsh.enableCompletion = false; }; |