From f6e70ad72cb72d79e372de310ca67ee23cfbf3a4 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 25 Dec 2024 22:48:44 +0100 Subject: [PATCH] --wip-- [skip ci] --- modules/nixos/users/bertof.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/users/bertof.nix b/modules/nixos/users/bertof.nix index 45981bb..f1c75b1 100644 --- a/modules/nixos/users/bertof.nix +++ b/modules/nixos/users/bertof.nix @@ -26,4 +26,5 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKobKuuJCoQ7gj/NeE57wfSg/Qs4X3osw9xXook3PMAP bertof@extra" ]; }; + programs.zsh.enable = true; }