From 217940a0e4fac1da3ff69808d89247c641a6e732 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 31 Aug 2025 17:13:55 +0200 Subject: Set zsh as default shell --- hosts/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 0582ed2..6227345 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -87,6 +87,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID99gQ/AgXhgwAjs+opsRXMbWpXFRT2aqAOUbN3DsrhQ (none)" ]; + shell = pkgs.zsh; }; }; @@ -217,6 +218,7 @@ }; programs = { + zsh.enable = true; gnupg.agent.enable = true; ssh = { -- cgit 1.4.1