feat: polish, add comments

This commit is contained in:
Ryan Yin
2023-06-13 00:55:45 +08:00
parent 24ef3ed105
commit 86114a4db1
2 changed files with 5 additions and 5 deletions

View File

@@ -23,9 +23,9 @@
};
direnv = {
enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
};
};

View File

@@ -17,9 +17,9 @@
libnotify
# system call monitoring
strace
strace # system call monitoring
ltrace # library call monitoring
lsof
lsof # list open files
# system tools
ethtool