24 lines
251 B
Nix
24 lines
251 B
Nix
{
|
|
# config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
git
|
|
ripgrep
|
|
trashy
|
|
fd
|
|
dust
|
|
procs
|
|
eza
|
|
tree
|
|
speedtest-rs
|
|
zip
|
|
unzip
|
|
execline
|
|
fastfetch
|
|
alejandra
|
|
uutils-coreutils-noprefix
|
|
];
|
|
}
|