nichts/nyx/homes/notashelf/programs/terminal/tools/default.nix

30 lines
400 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
imports = [
./fastfetch
./git
./neomutt
./newsboat
./vifm
./xplr
./yazi
./zellij
./bat.nix
./bottom.nix
./dircolors.nix
./eza.nix
./gh.nix
./gpg.nix
./man.nix
./nix-index.nix
./nix-init.nix
./nix-shell.nix
./ranger.nix
./ssh.nix
./tealdeer.nix
./transient-services.nix
./xdg.nix
./zoxide.nix
];
}