Files
nixos-blueprint/hosts/dunamis/users/work/programs/console.nix
unexplrd 2e6e28ef32 initial
2025-02-06 00:33:06 +02:00

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
];
}