feat(shell): add nushell
This commit is contained in:
parent
a115df5a63
commit
3c72312f8a
3 changed files with 53 additions and 1 deletions
|
@ -1,7 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./bash.nix ./zsh.nix ./starship.nix ./kitty.nix ./direnv.nix ];
|
||||
imports = [
|
||||
./bash.nix
|
||||
./zsh.nix
|
||||
./nushell.nix
|
||||
./starship.nix
|
||||
./kitty.nix
|
||||
./direnv.nix
|
||||
];
|
||||
|
||||
programs.fzf = { enable = true; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue