From 675d60c14fc722c4b9ae67fbe4c9812c32ddd6f6 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 28 Apr 2022 09:56:52 +0200 Subject: [PATCH] Add procs to used tools procs is a rust replacement for ps --- baseconfiguration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/baseconfiguration.nix b/baseconfiguration.nix index 8de4f59..d072df3 100644 --- a/baseconfiguration.nix +++ b/baseconfiguration.nix @@ -75,6 +75,7 @@ git clang rnix-lsp + procs ]; sessionVariables = rec { XDG_CACHE_HOME = "\${HOME}/.cache";