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.alacritty
|
||||||
pkgs.starship
|
pkgs.starship
|
||||||
pkgs.diff-so-fancy
|
pkgs.diff-so-fancy
|
||||||
|
pkgs.bat
|
||||||
|
pkgs.nushell
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
#Generate and add configs for this
|
||||||
|
nushell = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
direnv = {
|
direnv = {
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -22,6 +27,7 @@
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
enableNushellIntegration = true;
|
||||||
};
|
};
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue