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

13 lines
121 B
Nix
Raw Normal View History

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