Files
nixos-config/home/shell/default.nix
2023-11-26 21:29:01 -04:00

18 lines
210 B
Nix

{ config, ... }:
{
imports = [
./nushell
./zsh
./common.nix
./starship.nix
./git.nix
./eza.nix
./atuin.nix
./autojump.nix
./bat.nix
./direnv.nix
./tldr.nix
];
}