Files
setup-machines/home-manager/tools/default.nix
Noah Knegt f386649cdc Add jq as a tool
Signed-off-by: Noah Knegt <git@noahknegt.com>
2025-03-01 13:58:57 +01:00

13 lines
121 B
Nix

{ ... }:
{
imports = [
./bat.nix
./eza.nix
./fzf.nix
./jq.nix
./ripgrep.nix
./tmux.nix
];
}