Files
setup-machines/home-manager/tools/default.nix

12 lines
108 B
Nix
Raw Normal View History

2025-02-28 19:10:52 +01:00
{ ... }:
{
imports = [
./bat.nix
./eza.nix
./fzf.nix
./ripgrep.nix
./tmux.nix
];
}