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