mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
droid: set user.shell to zsh (nix-on-droid manages passwd, chsh is useless)
This commit is contained in:
@@ -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.*)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user