mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 21:18:18 -04:00
bootstrapping
This commit is contained in:
47
users/richie/home/programs.nix
Normal file
47
users/richie/home/programs.nix
Normal file
@@ -0,0 +1,47 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# cli
|
||||
bat
|
||||
btop
|
||||
eza
|
||||
git
|
||||
gnupg
|
||||
ncdu
|
||||
neofetch
|
||||
rar
|
||||
ripgrep
|
||||
sops
|
||||
starship
|
||||
tmux
|
||||
zoxide
|
||||
# system info
|
||||
hwloc
|
||||
lynis
|
||||
pciutils
|
||||
smartmontools
|
||||
usbutils
|
||||
# networking
|
||||
iperf3
|
||||
nmap
|
||||
wget
|
||||
# python
|
||||
poetry
|
||||
python312
|
||||
ruff
|
||||
# Rust packages
|
||||
trunk
|
||||
wasm-pack
|
||||
cargo-watch
|
||||
cargo-generate
|
||||
cargo-audit
|
||||
cargo-update
|
||||
# nix
|
||||
nix-init
|
||||
nix-output-monitor
|
||||
nix-prefetch
|
||||
nix-tree
|
||||
nixpkgs-fmt
|
||||
# inputs.system_tools.packages.x86_64-linux.default
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user