feat: add lsof to common

This commit is contained in:
Ashhhleyyy 2023-11-14 09:39:33 +00:00
parent 9c1a3c7b61
commit 0faa279efe
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -48,5 +48,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
helix helix
lsof
]; ];
} }