Files
nixos-config/home/shell/default.nix
2023-12-19 17:49:25 -04:00

21 lines
270 B
Nix

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