mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: +nushell
This commit is contained in:
parent
dd2f7c8c65
commit
9b74f8f858
3 changed files with 6 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ in
|
||||||
../homeModules/common/cmus
|
../homeModules/common/cmus
|
||||||
../homeModules/common/fcitx5
|
../homeModules/common/fcitx5
|
||||||
../homeModules/common/fish
|
../homeModules/common/fish
|
||||||
|
../homeModules/common/nushell.nix
|
||||||
../homeModules/common/ranger
|
../homeModules/common/ranger
|
||||||
../homeModules/common/starship
|
../homeModules/common/starship
|
||||||
../homeModules/common/tmux
|
../homeModules/common/tmux
|
||||||
|
|
|
||||||
|
|
@ -75,6 +75,8 @@
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
|
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
|
nushell.enable = true;
|
||||||
|
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
tmux.enable = true;
|
tmux.enable = true;
|
||||||
direnv.enable = true;
|
direnv.enable = true;
|
||||||
|
|
|
||||||
3
nix/homeModules/common/nushell.nix
Normal file
3
nix/homeModules/common/nushell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
home.shell.enableNushellIntegration = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue