mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-20 00:24:28 +01:00
feat: polish, add comments
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
enableZshIntegration = true;
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user