From 895c0cd687615984d21a6bde61832e5b2dbc4d44 Mon Sep 17 00:00:00 2001 From: "Vincent A. Arcila" Date: Tue, 18 Nov 2025 18:09:29 +0100 Subject: [PATCH] Change varcila shell --- m/common/base/users.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/m/common/base/users.nix b/m/common/base/users.nix index f83b8215..5ee862fb 100644 --- a/m/common/base/users.nix +++ b/m/common/base/users.nix @@ -139,6 +139,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGt0ESYxekBiHJQowmKpfdouw0hVm3N7tUMtAaeLejK vincent@varch" ]; + shell = pkgs.zsh; }; pmartin1 = {