Files
dotfiles/users/richie/home/programs.nix
T

54 lines
672 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# cli
bat
fzf
git
jq
ncdu
fastfetch
p7zip
rar
unzip
zoxide
# Home Assistant
esphome
# data recovery
testdisk
# system info
hwloc
lynis
pciutils
smartmontools
usbutils
# networking
iperf3
nmap
# python
ruff
uv
# Rust packages
bacon
cargo
cargo-audit
cargo-generate
cargo-machete
cargo-update
cargo-watch
clippy
rust-analyzer
rustc
rustfmt
trunk
wasm-pack
# nix
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixfmt
treefmt
];
}