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