mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-15 17:13:21 +02:00
feat: set default shell to bash to avoid some problems
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user