users: remove zsh shell from user alex

This commit is contained in:
Nico 2025-07-02 23:23:25 +10:00
parent 08e9c508e6
commit 921c6fec51
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -5,6 +5,5 @@
description = "Alexander";
isNormalUser = true;
extraGroups = [ ];
shell = pkgs.zsh;
};
}