feat(shell): add nushell

This commit is contained in:
Felix Schröter 2023-04-09 21:43:53 +02:00
parent a115df5a63
commit 3c72312f8a
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 53 additions and 1 deletions

View file

@ -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; };