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
+3 -3
View File
@@ -23,9 +23,9 @@
}; };
direnv = { direnv = {
enable = true; enable = true;
nix-direnv.enable = true; nix-direnv.enable = true;
enableZshIntegration = true; enableZshIntegration = true;
}; };
}; };
+2 -2
View File
@@ -17,9 +17,9 @@
libnotify libnotify
# system call monitoring # system call monitoring
strace strace # system call monitoring
ltrace # library call monitoring ltrace # library call monitoring
lsof lsof # list open files
# system tools # system tools
ethtool ethtool