added nushell to home-manager

This commit is contained in:
specCon18 2023-03-26 01:54:38 -04:00
parent 6e4baf2e51
commit df58ed2ed8

View file

@ -11,10 +11,15 @@
pkgs.alacritty
pkgs.starship
pkgs.diff-so-fancy
pkgs.bat
pkgs.nushell
];
};
programs = {
#Generate and add configs for this
nushell = {
enable = true;
};
direnv = {
enableZshIntegration = true;
enable = true;
@ -22,6 +27,7 @@
starship = {
enable = true;
enableZshIntegration = true;
enableNushellIntegration = true;
};
zsh = {
enable = lib.mkDefault true;