nixdots/home/programs/terminal/tools/default.nix

19 lines
247 B
Nix

_: {
imports = [
./git
./newsboat
./gpg.nix
./eza.nix
./man.nix
./ssh.nix
./zoxide.nix
./tealdeer.nix
./hyfetch.nix
./fastfetch.nix
./btop.nix
./bottom.nix
./bat.nix
./nix-index.nix
];
}