1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add procs to used tools

procs is a rust replacement for ps
This commit is contained in:
Stefan Ellmauthaler 2022-04-28 09:56:52 +02:00
parent cac5c8a695
commit 675d60c14f
Failed to extract signature

View File

@ -75,6 +75,7 @@
git
clang
rnix-lsp
procs
];
sessionVariables = rec {
XDG_CACHE_HOME = "\${HOME}/.cache";