Files
nixos-config/home/shell/default.nix
2024-11-05 17:36:01 -04:00

26 lines
362 B
Nix

{...}: {
imports = [
./aria2.nix
./atuin.nix
./bat.nix
./bottom.nix
./btop.nix
./carapace.nix
./common.nix
./direnv.nix
./eza.nix
./fish
./git.nix
./helix.nix
./htop.nix
./nix-output-monitor.nix
./nushell
./rip.nix
./starship
./tldr.nix
./zellij.nix
./zoxide.nix
./zsh
];
}