droid: set user.shell to zsh (nix-on-droid manages passwd, chsh is useless)

This commit is contained in:
2026-08-06 18:59:37 +03:00
parent 6b426eaa55
commit 1856f9e4fd
+5
View File
@@ -26,6 +26,11 @@ let
hostname = "epral";
};
# Login shell. nix-on-droid writes /etc/passwd from user.shell on every
# activation, so `chsh` is useless here — set it in nix instead.
# (default is bashInteractive)
user.shell = "${pkgs.zsh}/bin/zsh";
# Minimal termux settings (nix-on-droid options only:
# environment.*, nix.*, time.*, user.*, system.*, android-integration.*)