feat: set default shell to bash to avoid some problems

This commit is contained in:
Ryan Yin
2024-01-06 22:15:29 +08:00
parent f9a650f352
commit b82353b513
+1 -1
View File
@@ -10,7 +10,7 @@
nushellFull nushellFull
]; ];
# set user's default shell system-wide # set user's default shell system-wide
users.defaultUserShell = pkgs.nushellFull; users.defaultUserShell = pkgs.bashInteractive;
# fix for `sudo xxx` in kitty/wezterm and other modern terminal emulators # fix for `sudo xxx` in kitty/wezterm and other modern terminal emulators
security.sudo.keepTerminfo = true; security.sudo.keepTerminfo = true;