feat: adjust nushell

This commit is contained in:
Ryan Yin
2024-06-15 11:23:56 +08:00
parent 4e4eb9a003
commit 095b092e08
7 changed files with 45 additions and 11 deletions

View File

@@ -2,12 +2,13 @@
config,
lib,
pkgs,
pkgs-unstable,
...
}: {
# add user's shell into /etc/shells
environment.shells = with pkgs; [
bashInteractive
nushellFull
pkgs-unstable.nushell
];
# set user's default shell system-wide
users.defaultUserShell = pkgs.bashInteractive;