Files
nixos-config/home/shell/default.nix
2023-12-28 17:18:34 -04:00

21 lines
272 B
Nix

{...}: {
imports = [
./aria2.nix
./atuin.nix
./autojump.nix
./bat.nix
./bottom.nix
./common.nix
./direnv.nix
./eza.nix
./fish
./git.nix
./htop.nix
./nushell
./rip.nix
./starship.nix
./tldr.nix
./zsh
];
}