commit | c0cf2179baaa705b076f9f9bb615bb630c7deb7a | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 12:40:34 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:32 2023 +0000 |
tree | 5a96833ab23579fa9bd702736dd0b75ef9cea0b6 | |
parent | 7faf5cb396288b30d247718198c45d8e8949d227 [diff] |
Add nushell to shells
diff --git a/modules/shells.nix b/modules/shells.nix new file mode 100644 index 0000000..7c5c28a --- /dev/null +++ b/modules/shells.nix
@@ -0,0 +1,3 @@ +{ pkgs, ... }: { + config.environment.shells = with pkgs; [ bashInteractive zsh nushell ]; +}