users/mrcjkb: set default shell to zsh

This commit is contained in:
Marc Jakobi 2024-11-23 14:23:32 +01:00 committed by Jonas Chevalier
parent fc0db83a4c
commit d259ff73c1
2 changed files with 2 additions and 2 deletions
modules
darwin/community-builder
nixos/community-builder

View file

@ -336,7 +336,7 @@ let
name = "mrcjkb"; name = "mrcjkb";
trusted = true; trusted = true;
uid = 553; uid = 553;
shell = pkgs.nushell; shell = pkgs.zsh;
keys = ./keys/mrcjkb; keys = ./keys/mrcjkb;
} }
{ {

View file

@ -101,7 +101,7 @@ let
name = "mrcjkb"; name = "mrcjkb";
# lib.maintainers.mrcjkb https://github.com/mrcjkb # lib.maintainers.mrcjkb https://github.com/mrcjkb
trusted = true; trusted = true;
shell = pkgs.nushell; shell = pkgs.zsh;
keys = ./keys/mrcjkb; keys = ./keys/mrcjkb;
} }
{ {