Update roles/home/common.nix

This commit is contained in:
Giulio De Pasquale 2025-07-03 12:57:23 +01:00
parent 4c9df03d08
commit 36ad489789

View File

@ -13,6 +13,8 @@ let
htop
glances
tree
direnv
devenv
] ++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit;
unstablePkgs = with pkgs.unstablePkgs; [ aider-chat ];