Files
.github
.vscode
docs
hydra
keys
modules
systems
users
alice
richie
home
cli
vscode
programs.nix
sshconfig.nix
default.nix
home.nix
secrets.yaml
default.nix
.envrc
.gitignore
.sops.yaml
flake.lock
flake.nix
treefmt.toml
nix-dotfiles/users/richie/home/programs.nix
2024-04-20 17:42:51 +00:00

54 lines
677 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# cli
bat
btop
eza
git
gnupg
ncdu
neofetch
ripgrep
sops
starship
tmux
zoxide
zsh-nix-shell
# system info
hwloc
lynis
pciutils
smartmontools
usbutils
# networking
iperf3
nmap
wget
# GUI
beeper
candy-icons
discord-canary
firefox
obsidian
sweet-nova
# python
python3
ruff
# Rust packages
topgrade
trunk
wasm-pack
cargo-watch
cargo-generate
cargo-audit
cargo-update
# nix
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixpkgs-fmt
];
}