feat: nushellFull & bashInteractive

This commit is contained in:
Ryan Yin
2023-12-26 04:51:14 +08:00
parent e6008a35ad
commit 669404d2c3
6 changed files with 13 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{pkgs, ...}: {
programs.tmux = {
enable = true;
shell = "${pkgs.nushell}/bin/nu";
shell = "${pkgs.nushellFull}/bin/nu";
# Resize the window to the size of the smallest session for which it is the current window.
#