From c99cc49b97f42a78865d4e0e2d5dc65117cbff68 Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 26 Nov 2024 10:20:09 +0100 Subject: [PATCH] feat(common): add btop and ncdu --- configs/common.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configs/common.nix b/configs/common.nix index f016928..7f5aea2 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -55,12 +55,14 @@ in { environment = { systemPackages = with pkgs; [ - neovim - git + btop curl - wget + git htop + ncdu + neovim ripgrep + wget ]; variables = {