mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
13 lines
166 B
Nix
13 lines
166 B
Nix
{...}: {
|
|
imports = [
|
|
./zoxide.nix
|
|
./bat.nix
|
|
./eza.nix
|
|
./fd.nix
|
|
./fzf.nix
|
|
./jq.nix
|
|
./lazygit.nix
|
|
./mise.nix
|
|
./ripgrep.nix
|
|
];
|
|
}
|