update home-manager for alice

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-16 23:40:12 -04:00 committed by Alice Huston
parent fb3dffc0ea
commit d28e70c6a1

View File

@ -40,9 +40,15 @@
python312Packages.pytest python312Packages.pytest
shellcheck shellcheck
# useful tools
ncdu ncdu
neofetch
smartmontools
wget
zsh-nix-shell
# Rust packages # Rust packages
bat
trunk trunk
wasm-pack wasm-pack
cargo-watch cargo-watch
@ -59,6 +65,10 @@
# nix specific packages # nix specific packages
nil nil
nixfmt-rfc-style nixfmt-rfc-style
nix-init
nix-output-monitor
nix-prefetch
nix-tree
# markdown # markdown
nodePackages.markdownlint-cli nodePackages.markdownlint-cli
@ -67,6 +77,9 @@
fd fd
ripgrep ripgrep
clang clang
# audit
lynis
]; ];
}; };