1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

htop: add more platform-independence fields

sync with https://github.com/htop-dev/htop/blame/cfb561fd342c9d5d814ac4965a6047442994ba94/RowField.h#L40-L43
This commit is contained in:
n0099 2025-08-03 07:40:04 +08:00 committed by Austin Horstman
parent c89fdd3291
commit d4c53262ca

View file

@ -89,6 +89,10 @@ let
GPU_TIME = 131;
GPU_PERCENT = 132;
ISCONTAINER = 133;
SCHEDULERPOLICY = 54;
PROC_COMM = 123;
PROC_EXE = 124;
CWD = 125;
};
defaultFields = with fields; [