From d28e70c6a1bf9e633a6b744ff140b8318187ddf7 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 16 Apr 2024 23:40:12 -0400 Subject: [PATCH] update home-manager for alice Signed-off-by: ahuston-0 --- users/alice/home.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/users/alice/home.nix b/users/alice/home.nix index caecb81..4d34e19 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -40,9 +40,15 @@ python312Packages.pytest shellcheck + # useful tools ncdu + neofetch + smartmontools + wget + zsh-nix-shell # Rust packages + bat trunk wasm-pack cargo-watch @@ -59,6 +65,10 @@ # nix specific packages nil nixfmt-rfc-style + nix-init + nix-output-monitor + nix-prefetch + nix-tree # markdown nodePackages.markdownlint-cli @@ -67,6 +77,9 @@ fd ripgrep clang + + # audit + lynis ]; };