added nushell to home-manager
This commit is contained in:
parent
6e4baf2e51
commit
df58ed2ed8
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue